Skip to content

Commit

Permalink
add nbsphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Nov 14, 2023
1 parent 9230f0c commit 6a1469c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get update
sudo apt-get install libmuparser-dev libhdf5-serial-dev libomp5 libomp-dev libfftw3-dev libcfitsio-dev lcov doxygen graphviz
pip install -r doc/pages/example_notebooks/requirements.txt # load requrements for notebooks
pip install sphinx sphinx_rtd_theme m2r2
pip install sphinx sphinx_rtd_theme m2r2 nbsphinx
- name: Set up the build
env:
CXX: ${{ matrix.config.cxx }}
Expand Down

0 comments on commit 6a1469c

Please sign in to comment.