Skip to content

Commit

Permalink
Treat doc build warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Sep 28, 2023
1 parent cd6f6f2 commit fe285ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Install documentation build dependencies
run: pip install -r requirements.txt
- name: Build the docs
run: make html
run: make html SPHINXOPTS="-W"

0 comments on commit fe285ee

Please sign in to comment.