Skip to content

Commit

Permalink
Do not fail sphinx on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pnsaevik committed Oct 20, 2023
1 parent e7ed053 commit 59184c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install sphinx
run: pip install sphinx
- name: Build documentation
run: sphinx-build -v -b html -W --keep-going -n doc/source doc/build
run: sphinx-build -v -b html -n doc/source doc/build
- name: Test build success
run: tail doc/build/index.html
- name: Archive documentation
Expand Down

0 comments on commit 59184c1

Please sign in to comment.