Skip to content

Make the note only 2 lines #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Make the note only 2 lines
  • Loading branch information
humitos committed May 3, 2020
commit cc890d70f6938772dbae34e8b7c30d940864dac3
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def add_contributing_banner(app, doctree):
from docutils import nodes, core

message = '¡Ayúdanos a traducir la documentación oficial de Python al Español! ' \
f'Puedes encontrar más información en `Como contribuir </es/{version}/CONTRIBUTING.html>`_ ' \
'y así ayudarnos a acercar Python a más personas de habla hispana.'
f'Puedes encontrar más información en `Como contribuir </es/{version}/CONTRIBUTING.html>`_. ' \
'Ayuda a acercar Python a más personas de habla hispana.'

paragraph = core.publish_doctree(message)[0]
banner = nodes.warning(ids=['contributing-banner'])
Expand Down