Commit 218a3182 authored by Tim 'mithro' Ansell's avatar Tim 'mithro' Ansell Committed by Sébastien Bourdeauducq
Browse files

doc: Use sphinx.ext.napoleon instead of numpydoc.

parent da523d97
......@@ -30,7 +30,7 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.autosummary',
'numpydoc', # to preprocess docstrings
'sphinx.ext.napoleon' # to preprocess docstrings (in numpy and Google format)
]
# Add any paths that contain templates here, relative to this directory.
......
Pygments
docutils
numpydoc
setuptools
sphinx
sphinx_rtd_theme
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment