We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee00e5 commit bfa54f7Copy full SHA for bfa54f7
.github/workflows/idefix-ci-doc.yml
@@ -16,11 +16,9 @@ jobs:
16
steps:
17
- name: Check out repo
18
uses: actions/checkout@v3
19
- with:
20
- submodules: recursive
21
- - name: install dependencies
22
- run: sudo apt-get install -y doxygen
23
- name: install doxygen
+ run: sudo apt-get install -y doxygen
+ - name: install python dependencies
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