We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eaa696 commit dee00e5Copy full SHA for dee00e5
1 file changed
.github/workflows/idefix-ci-doc.yml
@@ -5,7 +5,6 @@ on:
5
branches:
6
- master
7
- develop
8
- - docCI
9
pull_request:
10
paths-ignore:
11
- '.github/ISSUE_TEMPLATE/*'
@@ -21,6 +20,7 @@ jobs:
21
20
submodules: recursive
22
- name: install dependencies
23
run: sudo apt-get install -y doxygen
+ - name: install 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