Skip to content

Commit

Permalink
update installation with pandoc and breathe
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Nov 15, 2023
1 parent 6a1469c commit 683565e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libmuparser-dev libhdf5-serial-dev libomp5 libomp-dev libfftw3-dev libcfitsio-dev lcov doxygen graphviz
sudo apt-get install pandoc # do not only use pip to install pandoc, see https://stackoverflow.com/questions/62398231/building-docs-fails-due-to-missing-pandoc
pip install -r doc/pages/example_notebooks/requirements.txt # load requrements for notebooks
pip install sphinx sphinx_rtd_theme m2r2 nbsphinx
pip install sphinx sphinx_rtd_theme m2r2 nbsphinx breathe pandoc
- name: Set up the build
env:
CXX: ${{ matrix.config.cxx }}
Expand Down

0 comments on commit 683565e

Please sign in to comment.