Skip to content

Commit 6ce977d

Browse files
committed
add doc dependency
1 parent 50aea01 commit 6ce977d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build docs
5959
if: matrix.python-version == '3.11'
6060
run: |
61-
pip install sphinx nbsphinx scikit-learn ipython
61+
pip install sphinx nbsphinx scikit-learn ipython numpydoc
6262
sudo apt-get install pandoc texlive texlive-latex-extra dvipng
6363
make docs
6464

0 commit comments

Comments
 (0)