Skip to content

Commit

Permalink
CircleCI: Turn warnings into errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Nov 15, 2019
1 parent aa86bb3 commit aa465d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run:
name: Building HTML
command: |
python3 setup.py build_sphinx -b html
python3 setup.py build_sphinx -W -b html
- store_artifacts:
name: Uploading HTML files
Expand All @@ -58,7 +58,7 @@ jobs:
- run:
name: Building LaTeX
command: |
python3 setup.py build_sphinx -b latex
python3 setup.py build_sphinx -W -b latex
- run:
name: Building PDF
Expand All @@ -79,7 +79,7 @@ jobs:
- run:
name: Checking for Outdated Links
command: |
python3 setup.py build_sphinx -b linkcheck
python3 setup.py build_sphinx -W -b linkcheck
workflows:
version: 2
Expand Down

0 comments on commit aa465d7

Please sign in to comment.