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 046a4e3 commit 1c2e43dCopy full SHA for 1c2e43d
Doc/conf.py
@@ -17,6 +17,7 @@
17
18
# Python specific content from Doc/Tools/extensions/pyspecific.py
19
from pyspecific import SOURCE_URI
20
+from sphinx.locale import _
21
22
# General configuration
23
# ---------------------
@@ -299,7 +300,7 @@
299
300
print("It may be removed in the future\n")
301
302
# Short title used e.g. for <title> HTML tags.
-html_short_title = f'{release} Documentation'
303
+html_short_title = _(f'{release} Documentation')
304
305
# Deployment preview information
306
# (See .readthedocs.yml and https://docs.readthedocs.io/en/stable/reference/environment-variables.html)
0 commit comments