We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04b1772 + 53c04f2 commit 92dae5fCopy full SHA for 92dae5f
conf.py
@@ -38,6 +38,8 @@
38
os.system('mkdir -p cpython/locales/es/')
39
os.system('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES')
40
41
+html_short_title = f'Documentación {release}'
42
+html_title = f'Documentación de Python en Español -- {release}'
43
44
exclude_patterns = [
45
# This file is not included and it not marked as :orphan:
0 commit comments