Skip to content

Commit

Permalink
add doxygen to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
glesur committed Dec 20, 2024
1 parent c08fc76 commit 3eaa696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/idefix-ci-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
submodules: recursive
- name: install dependencies
run: sudo apt-get install -y doxygen
run: python -m pip install --exists-action=w --no-cache-dir -r doc/python_requirements.txt
- name: compile documentation
run: python -m sphinx -T -b html -d _build/doctrees -D language=en doc/source doc/html

0 comments on commit 3eaa696

Please sign in to comment.