Skip to content

Commit cfc1e6a

Browse files
committed
CI: Add colors to Sphinx output
1 parent 876f45a commit cfc1e6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
python -m pip install -r doc/requirements.txt
6969
- name: Create HTML docs
7070
run: |
71-
python -m sphinx doc _build/html -d _doctrees -W -b html
71+
python -m sphinx -W --keep-going --color -d _build/doctrees doc _build/html -b html
7272
- name: Check for broken links
7373
run: |
74-
python -m sphinx doc _build/linkcheck -d _doctrees -W -b linkcheck
74+
python -m sphinx -W --keep-going --color -d _build/doctrees doc _build/linkcheck -b linkcheck

0 commit comments

Comments
 (0)