Skip to content

Commit 92dae5f

Browse files
authored
Merge pull request #115 from PyCampES/sphinx-internal-improvements
Translate upper left corner title :)
2 parents 04b1772 + 53c04f2 commit 92dae5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
os.system('mkdir -p cpython/locales/es/')
3939
os.system('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES')
4040

41+
html_short_title = f'Documentación {release}'
42+
html_title = f'Documentación de Python en Español -- {release}'
4143

4244
exclude_patterns = [
4345
# This file is not included and it not marked as :orphan:

0 commit comments

Comments
 (0)