Skip to content

Commit

Permalink
Add hard check
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Sep 9, 2024
1 parent 565a6d5 commit c971679
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@ jobs:
run: |
uv pip install -r requirements-dev.txt
- name: Build Daft in development mode and generate docs
# TODO: Break on any Sphinx warnings
# TODO: Break on any Sphinx warnings with nitpicks
# make html SPHINXOPTS="-W --keep-going -n"
# See: https://stackoverflow.com/questions/38048945/how-to-turn-warnings-into-errors-when-building-sphinx-documentation-with-setupto
run: |
source activate
maturin develop
cd docs/
make html
make html SPHINXOPTS="-W --keep-going"
- name: Upload built docs
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c971679

Please sign in to comment.