Skip to content

Commit

Permalink
Remove numpydoc extension stuff, add it as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
djordon committed Oct 4, 2022
1 parent a7e1225 commit 7b54a73
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 4,064 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import mock

import alabaster
import numpydoc


MOCK_MODULES = [
Expand All @@ -41,7 +42,6 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('..'))
sys.path.append(os.path.abspath('sphinxext'))

# -- General configuration ------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ matplotlib==3.6.0
mock==1.0.1
networkx==2.8.6
numpy==1.23.3
numpydoc==1.4.0
pygraphviz==1.3.1
pytest==7.1.3
pytest-cov==4.0.0
Expand Down
11 changes: 0 additions & 11 deletions docs/sphinxext/.travis.yml

This file was deleted.

94 changes: 0 additions & 94 deletions docs/sphinxext/LICENSE.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/sphinxext/MANIFEST.in

This file was deleted.

57 changes: 0 additions & 57 deletions docs/sphinxext/README.rst.txt

This file was deleted.

3 changes: 0 additions & 3 deletions docs/sphinxext/numpydoc/__init__.py

This file was deleted.

169 changes: 0 additions & 169 deletions docs/sphinxext/numpydoc/comment_eater.py

This file was deleted.

0 comments on commit 7b54a73

Please sign in to comment.