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 d4e7478 commit 1a60f70Copy full SHA for 1a60f70
CHANGES/739.misc.rst
@@ -0,0 +1 @@
1
+Changed the Sphinx ``language`` parameter to ``"en"`` to allow for Sphinx 5.0.
docs/conf.py
@@ -107,7 +107,7 @@
107
#
108
# This is also used if you do content translation via gettext catalogs.
109
# Usually you set "language" from the command line for these cases.
110
-language = None
+language = "en"
111
112
# There are two options for replacing |today|: either, you set today to some
113
# non-false value, then it is used:
0 commit comments