From 6a1469c6837cce155ec3e078482c8dbcd451acec Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 14 Nov 2023 15:33:30 +0200 Subject: [PATCH] add nbsphinx --- .github/workflows/create_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_documentation.yml b/.github/workflows/create_documentation.yml index cf7c5fdd2..4f07abdbd 100644 --- a/.github/workflows/create_documentation.yml +++ b/.github/workflows/create_documentation.yml @@ -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 }}