We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbeb24a commit 140a98cCopy full SHA for 140a98c
conf.py
@@ -50,7 +50,8 @@ def add_contributing_banner(app, doctree):
50
from docutils import nodes, core
51
52
message = '¡Ayúdanos a traducir la documentación oficial de Python al Español! ' \
53
- f'Más información en `Como contribuir </es/{version}/CONTRIBUTING.html>`_'
+ f'Puedes encontrar más información en `Como contribuir </es/{version}/CONTRIBUTING.html>`_ ' \
54
+ 'y así ayudarnos a acercar Python a más personas de habla hispana.'
55
56
paragraph = core.publish_doctree(message)[0]
57
banner = nodes.warning(ids=['contributing-banner'])
0 commit comments