diff --git a/conf.py b/conf.py index f84dd9cc3c..82ee04364e 100644 --- a/conf.py +++ b/conf.py @@ -36,6 +36,8 @@ os.system('mkdir -p cpython/locales/es/') os.system('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES') +html_short_title = f'Documentación {release}' +html_title = f'Documentación de Python en Español -- {release}' if not os.environ.get('SPHINX_GETTEXT') == 'True': # Override all the files from ``.overrides`` directory