Skip to content

Commit 2a2e77a

Browse files
author
Dana Powers
committed
Drop sphinxcontrib-napoleon in favor of sphinx.ext.napolean
1 parent 19d403c commit 2a2e77a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'sphinx.ext.autodoc',
3333
'sphinx.ext.intersphinx',
3434
'sphinx.ext.viewcode',
35-
'sphinxcontrib.napoleon',
35+
'sphinx.ext.napoleon',
3636
]
3737

3838
# Add any paths that contain templates here, relative to this directory.

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ commands = py.test {posargs:--cov=kafka}
3434

3535
[testenv:docs]
3636
deps =
37-
sphinxcontrib-napoleon
3837
sphinx_rtd_theme
3938
sphinx
4039

0 commit comments

Comments
 (0)