Skip to content

Commit

Permalink
Don't treat doc warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
funkey committed Aug 30, 2023
1 parent 764f45b commit 56a001c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python -m pip install -e .[docs]
- name: Build documentation
run: sphinx-build docs/source docs/build/html -W -b html
run: sphinx-build docs/source docs/build/html -b html

- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 56a001c

Please sign in to comment.