Skip to content

Commit bd4b61c

Browse files
committed
remove unused module and fix language default
1 parent d42f9b5 commit bd4b61c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def get_version():
5858
'sphinx.ext.autosectionlabel',
5959
'sphinx.ext.coverage',
6060
'sphinx.ext.ifconfig',
61-
'sphinx.ext.intersphinx',
6261
'sphinx.ext.mathjax',
6362
'sphinx.ext.todo',
6463
'sphinxcontrib.spelling',
@@ -85,7 +84,7 @@ def get_version():
8584
#
8685
# This is also used if you do content translation via gettext catalogs.
8786
# Usually you set "language" from the command line for these cases.
88-
language = None
87+
language = 'en'
8988

9089
# List of patterns, relative to source directory, that match files and
9190
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)