Remove sphinxcontrib-napoleon from doc requirements

As of Sphinx 1.3, this is included in the the core Sphinx package
This commit is contained in:
MinchinWeb 2016-11-01 22:02:39 -06:00 committed by Sylvain Bellemare
parent d665353cc0
commit 658aa117c0
2 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,7 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
'sphinxcontrib.napoleon',
'sphinx.ext.napoleon',
'sphinxcontrib.httpdomain',
]

View File

@ -48,7 +48,6 @@ docs_require = [
'Sphinx>=1.3.5',
'recommonmark>=0.4.0',
'sphinx-rtd-theme>=0.1.9',
'sphinxcontrib-napoleon>=0.4.4',
'sphinxcontrib-httpdomain>=1.5.0',
]