From 80a1dff122f16d04fc88671af8ea0e4526db1591 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 7 May 2020 04:41:34 +0200 Subject: [PATCH 1/3] Short Title --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index f84dd9cc3c..3c0e3ff436 100644 --- a/conf.py +++ b/conf.py @@ -36,6 +36,7 @@ os.system('mkdir -p cpython/locales/es/') os.system('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES') +html_short_title = f'Documentación {release}' if not os.environ.get('SPHINX_GETTEXT') == 'True': # Override all the files from ``.overrides`` directory From 17241095bb58f75e2c8402adfdd318e6878a0455 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 7 May 2020 05:43:05 +0200 Subject: [PATCH 2/3] Index title --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 3c0e3ff436..9db54c162e 100644 --- a/conf.py +++ b/conf.py @@ -37,6 +37,7 @@ 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 -- {version}' if not os.environ.get('SPHINX_GETTEXT') == 'True': # Override all the files from ``.overrides`` directory From 53c04f228cc9c6daf999703cd4363162151b73b4 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 7 May 2020 05:58:29 +0200 Subject: [PATCH 3/3] Match PSF's official page --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 9db54c162e..82ee04364e 100644 --- a/conf.py +++ b/conf.py @@ -37,7 +37,7 @@ 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 -- {version}' +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