CI: Pass --color to sphinx

develop
lethosor 2022-05-01 01:04:47 -04:00
parent fe29bff845
commit 88f3627ef4
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 1 deletions

@ -121,7 +121,7 @@ jobs:
submodules: true
- name: Build docs
run: |
sphinx-build -W --keep-going -j3 . docs/html
sphinx-build -W --keep-going -j3 --color . docs/html
- name: Upload docs
uses: actions/upload-artifact@v1
with: