We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57337d2 commit e7263c1Copy full SHA for e7263c1
docs/requirements.txt
@@ -1,2 +1,2 @@
1
+sphinx>=1.3
2
sphinx_rtd_theme
-sphinxcontrib-napoleon
docs/source/conf.py
@@ -30,7 +30,7 @@
30
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
31
extensions = [
32
'sphinx.ext.autodoc',
33
- 'sphinxcontrib.napoleon',
+ 'sphinx.ext.napoleon',
34
'sphinx.ext.coverage',
35
'sphinx.ext.viewcode',
36
]
0 commit comments