We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50aea01 commit 6ce977dCopy full SHA for 6ce977d
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Build docs
59
if: matrix.python-version == '3.11'
60
run: |
61
- pip install sphinx nbsphinx scikit-learn ipython
+ pip install sphinx nbsphinx scikit-learn ipython numpydoc
62
sudo apt-get install pandoc texlive texlive-latex-extra dvipng
63
make docs
64
0 commit comments