We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3d563 commit c060c41Copy full SHA for c060c41
1 file changed
.github/workflows/idefix-ci-doc.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: install dependencies
23
run: python -m pip install --exists-action=w --no-cache-dir -r doc/python_requirements.txt
24
- name: compile documentation
25
- 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 commit comments