Skip to content

Commit 3eaa696

Browse files
committed
add doxygen to the build
1 parent c08fc76 commit 3eaa696

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/idefix-ci-doc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
submodules: recursive
2222
- name: install dependencies
23+
run: sudo apt-get install -y doxygen
2324
run: python -m pip install --exists-action=w --no-cache-dir -r doc/python_requirements.txt
2425
- name: compile documentation
2526
run: python -m sphinx -T -b html -d _build/doctrees -D language=en doc/source doc/html

0 commit comments

Comments
 (0)