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 bffb758 commit 9393f11Copy full SHA for 9393f11
1 file changed
docs/source/conf.py
@@ -87,7 +87,7 @@
87
#
88
# This is also used if you do content translation via gettext catalogs.
89
# Usually you set "language" from the command line for these cases.
90
-language = None
+language = "en"
91
92
# List of patterns, relative to source directory, that match files and
93
# directories to ignore when looking for source files.
@@ -117,7 +117,6 @@
117
import sphinx_rtd_theme
118
119
html_theme = "sphinx_rtd_theme"
120
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
121
122
# Theme options are theme-specific and customize the look and feel of a theme
123
# further. For a list of options available for each theme, see the
0 commit comments