Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

# Python specific content from Doc/Tools/extensions/pyspecific.py
from pyspecific import SOURCE_URI
from sphinx.locale import _

# General configuration
# ---------------------
Expand Down Expand Up @@ -299,7 +300,7 @@
print("It may be removed in the future\n")

# Short title used e.g. for <title> HTML tags.
html_short_title = f'{release} Documentation'
html_short_title = _(f'{release} Documentation')

# Deployment preview information
# (See .readthedocs.yml and https://docs.readthedocs.io/en/stable/reference/environment-variables.html)
Expand Down
Loading