Skip to content

Commit

Permalink
Make sphinx throw nitpicky errors instead of warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Apr 29, 2024
1 parent 349e0a1 commit e5caf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
with:
docs-folder: "doc/source"
pre-build-command: "git lfs install && git lfs pull --exclude='' --include=''"
build-command: "sphinx-build -b html . _build"
build-command: "sphinx-build -W --keep-going -n -b html . _build"

0 comments on commit e5caf17

Please sign in to comment.