Skip to content

Commit 9b75c64

Browse files
authored
Update documentation.yaml
1 parent 82f68ae commit 9b75c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/setup-python@v3
1111
- name: Install dependencies
1212
run: |
13-
pip install sphinx sphinx_rtd_theme sphinx_book_theme sphinx_autosummary_accessors sphinx-copybutton sphinx-design
13+
pip install sphinx sphinx_rtd_theme sphinx_book_theme sphinx_autosummary_accessors sphinx-copybutton sphinx-design nbsphinx
1414
- name: Sphinx build
1515
run: |
1616
sphinx-build docs _build

0 commit comments

Comments
 (0)