We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db841f3 commit 63cb046Copy full SHA for 63cb046
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