Skip to content

Commit

Permalink
Add numpydoc dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Sep 30, 2023
1 parent be2ded5 commit f76266e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
pip install -e .
pip install sphinx pydata-sphinx-theme
pip install sphinx numpydoc pydata-sphinx-theme
- name: Sphinx build
run: |
sphinx-build docs docs/_build/html
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx
pydata-sphinx-theme
numpydoc

0 comments on commit f76266e

Please sign in to comment.