Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
glesur committed Dec 20, 2024
1 parent af3d563 commit c060c41
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 @@ -22,4 +22,4 @@ jobs:
- name: install dependencies
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 . ./html
run: python -m sphinx -T -b html -d _build/doctrees -D language=en doc/sources doc/html

0 comments on commit c060c41

Please sign in to comment.