Skip to content

Commit

Permalink
doxygen again
Browse files Browse the repository at this point in the history
  • Loading branch information
glesur committed Dec 20, 2024
1 parent 3eaa696 commit dee00e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/idefix-ci-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
- develop
- docCI
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/*'
Expand All @@ -21,6 +20,7 @@ jobs:
submodules: recursive
- name: install dependencies
run: sudo apt-get install -y doxygen
- name: install 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 dee00e5

Please sign in to comment.