We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f4d33 commit cde5c01Copy full SHA for cde5c01
.github/workflows/sphinx-build-test.yml
@@ -29,7 +29,7 @@ jobs:
29
cd docs
30
# Run Sphinx build to catch issues
31
# -D build_toctree=True enables toctree processing to verify all docs are included
32
- python -m sphinx -b html . _build/html
+ python -m sphinx -W -b html . _build/html
33
34
- name: Check for broken links to external sites
35
run: |
0 commit comments