Skip to content

Commit

Permalink
Temporarily remove -W in sphinx-build, so warnings not turned int…
Browse files Browse the repository at this point in the history
…o errors (breaking doc generation)
  • Loading branch information
tom-andersson committed Oct 5, 2023
1 parent 106e5e2 commit 0b15cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: "Install sphinx"
run: pip install -r requirements.docs.txt
- name: "Sphinx link check"
run: sphinx-build docs -W -b linkcheck -d docs/_build/doctrees docs/_build/html
run: sphinx-build docs -b linkcheck -d docs/_build/doctrees docs/_build/html
- name: "Sphinx build"
run: sphinx-build docs docs/_build
- name: "Deploy"
Expand Down

0 comments on commit 0b15cf0

Please sign in to comment.