We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876f45a commit cfc1e6aCopy full SHA for cfc1e6a
1 file changed
.github/workflows/main.yml
@@ -68,7 +68,7 @@ jobs:
68
python -m pip install -r doc/requirements.txt
69
- name: Create HTML docs
70
run: |
71
- python -m sphinx doc _build/html -d _doctrees -W -b html
+ python -m sphinx -W --keep-going --color -d _build/doctrees doc _build/html -b html
72
- name: Check for broken links
73
74
- python -m sphinx doc _build/linkcheck -d _doctrees -W -b linkcheck
+ python -m sphinx -W --keep-going --color -d _build/doctrees doc _build/linkcheck -b linkcheck
0 commit comments