We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfb1d5 commit 80a1dffCopy full SHA for 80a1dff
conf.py
@@ -36,6 +36,7 @@
36
os.system('mkdir -p cpython/locales/es/')
37
os.system('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES')
38
39
+html_short_title = f'Documentación {release}'
40
41
if not os.environ.get('SPHINX_GETTEXT') == 'True':
42
# Override all the files from ``.overrides`` directory
0 commit comments