We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08fc76 commit 3eaa696Copy full SHA for 3eaa696
1 file changed
.github/workflows/idefix-ci-doc.yml
@@ -20,6 +20,7 @@ jobs:
20
with:
21
submodules: recursive
22
- name: install dependencies
23
+ run: sudo apt-get install -y doxygen
24
run: python -m pip install --exists-action=w --no-cache-dir -r doc/python_requirements.txt
25
- name: compile documentation
26
run: python -m sphinx -T -b html -d _build/doctrees -D language=en doc/source doc/html
0 commit comments