Drop sphinxcontrib-napoleon in favor of sphinx.ext.napolean

This commit is contained in:
Dana Powers 2016-01-07 17:10:04 -08:00
parent 19d403c743
commit 2a2e77aa1e
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,7 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinxcontrib.napoleon',
'sphinx.ext.napoleon',
]
# Add any paths that contain templates here, relative to this directory.

View File

@ -34,7 +34,6 @@ commands = py.test {posargs:--cov=kafka}
[testenv:docs]
deps =
sphinxcontrib-napoleon
sphinx_rtd_theme
sphinx