Skip to content

Commit

Permalink
build docs to fail on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 25, 2024
1 parent 78249ef commit 07d332e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
with:
pre-build-command: "apt-get install -y pandoc"
docs-folder: "docs/"
build-command: "sphinx-build -M html "source" "build" -W"
build-command: "sphinx-build -M html \"source\" \"build\" -W"

0 comments on commit 07d332e

Please sign in to comment.