Skip to content

Commit

Permalink
CI: Don't ignore any warnings anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Feb 26, 2023
1 parent 6504d11 commit dc7ef2a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
run: |
$PIP install -r doc/requirements.txt
- name: Build HTML
env:
# sphinxcontrib-htmlhelp creates deprecation warnings: https://github.com/sphinx-doc/sphinx/issues/11127
PYTHONWARNINGS: error,ignore::PendingDeprecationWarning
run: |
$SPHINX -d _build/doctrees/ doc/ _build/html/ -b html
- name: Upload error log
Expand All @@ -39,9 +36,6 @@ jobs:
name: build-log
path: /tmp/sphinx-err-*.log
- name: Check links
env:
# See above
PYTHONWARNINGS: error,ignore::PendingDeprecationWarning
run: |
$SPHINX -d _build/doctrees/ doc/ _build/linkcheck/ -b linkcheck
- name: Upload linkcheck results
Expand Down

0 comments on commit dc7ef2a

Please sign in to comment.