Remove 'numpydoc' to stop reformatting

This commit is contained in:
Seth Michael Larson 2022-05-31 16:10:59 -05:00 committed by Seth Michael Larson
parent 673065ee42
commit 14821a8b09
2 changed files with 0 additions and 3 deletions

View File

@ -2,10 +2,8 @@ elasticsearch>=7.7
pandas>=1.2.0
matplotlib
nbval
numpydoc>=0.9.0
scikit-learn>=0.22.1
xgboost>=1
lightgbm
nbsphinx
numpydoc>=0.9.0
git+https://github.com/pandas-dev/pydata-sphinx-theme.git

View File

@ -60,7 +60,6 @@ extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.doctest",
"sphinx.ext.extlinks",
"numpydoc",
"matplotlib.sphinxext.plot_directive",
"sphinx.ext.todo",
"nbsphinx",