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 82f68ae commit 9b75c64Copy full SHA for 9b75c64
.github/workflows/documentation.yaml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/setup-python@v3
11
- name: Install dependencies
12
run: |
13
- pip install sphinx sphinx_rtd_theme sphinx_book_theme sphinx_autosummary_accessors sphinx-copybutton sphinx-design
+ pip install sphinx sphinx_rtd_theme sphinx_book_theme sphinx_autosummary_accessors sphinx-copybutton sphinx-design nbsphinx
14
- name: Sphinx build
15
16
sphinx-build docs _build
0 commit comments