Skip to content

Commit

Permalink
Make Sphinx use color in CI output
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Feb 12, 2024
1 parent 066c706 commit 3b2e662
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- development

env:
# enable color output from Sphinx
FORCE_COLOR: "1"

jobs:
docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3b2e662

Please sign in to comment.