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 197737d commit c276501Copy full SHA for c276501
.github/workflows/publish-book.yml
@@ -20,6 +20,7 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip setuptools
22
python -m pip install .[docs]
23
+ python -m pip install jupyter-book numpydoc
24
pip install jupyter-book sphinxcontrib-mermaid
25
26
- name: Build the book
0 commit comments