We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0ff4f3 + f42880c commit 89330f5Copy full SHA for 89330f5
1 file changed
conf.py
@@ -32,6 +32,8 @@
32
33
# -- General configuration ------------------------------------------------
34
35
+language = 'en'
36
+
37
# If your documentation needs a minimal Sphinx version, state it here.
38
# needs_sphinx = '1.0'
39
@@ -89,13 +91,6 @@
89
91
# The full version, including alpha/beta/rc tags.
90
92
release = version
93
-# The language for content autogenerated by Sphinx. Refer to documentation
-# for a list of supported languages.
94
-#
95
-# This is also used if you do content translation via gettext catalogs.
96
-# Usually you set "language" from the command line for these cases.
97
-language = None
98
-
99
# There are two options for replacing |today|: either, you set today to some
100
# non-false value, then it is used:
101
# today = ''
0 commit comments