Skip to content

Commit 9add2a4

Browse files
Merge pull request #24 from pypr/fix-rtd
Fix sphinx configuration.
2 parents 6be6410 + e4f4bba commit 9add2a4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3333
# ones.
3434
extensions = ['sphinx.ext.autodoc',
35-
'sphinx.ext.intersphinx',
3635
'sphinx.ext.mathjax',
3736
'sphinx.ext.viewcode', 'sphinx.ext.napoleon']
3837

@@ -75,7 +74,7 @@
7574
#
7675
# This is also used if you do content translation via gettext catalogs.
7776
# Usually you set "language" from the command line for these cases.
78-
language = None
77+
language = 'en'
7978

8079
# List of patterns, relative to source directory, that match files and
8180
# directories to ignore when looking for source files.
@@ -105,7 +104,7 @@
105104
# Add any paths that contain custom static files (such as style sheets) here,
106105
# relative to this directory. They are copied after the builtin static files,
107106
# so a file named "default.css" will overwrite the builtin "default.css".
108-
html_static_path = ['_static']
107+
#html_static_path = ['_static']
109108

110109

111110
# -- Options for HTMLHelp output ------------------------------------------

0 commit comments

Comments
 (0)