Skip to content
Permalink
Browse files

doc: Replace numpydoc with sphinx.ext.napoleon

Fixes an documentation build error in numpydoc's docstring scraper
(numpydoc==0.9.1, sphinx==2.0.1).
  • Loading branch information...
ales-erjavec committed Apr 26, 2019
1 parent de2e611 commit 68fd3e8efa1e7be15b6593972e635e2a6988b372
Showing with 1 addition and 3 deletions.
  1. +1 −2 doc/data-mining-library/source/conf.py
  2. +0 −1 requirements-doc.txt
@@ -42,10 +42,9 @@
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.autosummary',
'numpydoc',
'sphinx.ext.napoleon',
]

numpydoc_show_class_members = False
autodoc_member_order = "bysource"

# Add any paths that contain templates here, relative to this directory.
@@ -1,4 +1,3 @@
docutils
numpydoc
Sphinx>=1.3
recommonmark

0 comments on commit 68fd3e8

Please sign in to comment.
You can’t perform that action at this time.