Skip to content

Commit daa789a

Browse files
fix: broken rtfd build due to numpydoc getting old (#161)
1 parent 5edd4d2 commit daa789a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Add any Sphinx extension module names here, as strings. They can be extensions
3030
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3131
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage',
32-
'sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', 'numpydoc']
32+
'sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon']
3333

3434
mathjax_path = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
3535

requirements_rtd.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
sphinx-rtd-theme>=0.1.6
2-
numpydoc==0.5
3-
sympy==0.7.5
1+
sphinx-rtd-theme>=0.1.6

0 commit comments

Comments
 (0)