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 d42f9b5 commit bd4b61cCopy full SHA for bd4b61c
conf.py
@@ -58,7 +58,6 @@ def get_version():
58
'sphinx.ext.autosectionlabel',
59
'sphinx.ext.coverage',
60
'sphinx.ext.ifconfig',
61
- 'sphinx.ext.intersphinx',
62
'sphinx.ext.mathjax',
63
'sphinx.ext.todo',
64
'sphinxcontrib.spelling',
@@ -85,7 +84,7 @@ def get_version():
85
84
#
86
# This is also used if you do content translation via gettext catalogs.
87
# Usually you set "language" from the command line for these cases.
88
-language = None
+language = 'en'
89
90
# List of patterns, relative to source directory, that match files and
91
# directories to ignore when looking for source files.
0 commit comments