Skip to content

Commit cde5c01

Browse files
committed
Set warnings as errors, temporarily
1 parent 04f4d33 commit cde5c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cd docs
3030
# Run Sphinx build to catch issues
3131
# -D build_toctree=True enables toctree processing to verify all docs are included
32-
python -m sphinx -b html . _build/html
32+
python -m sphinx -W -b html . _build/html
3333
3434
- name: Check for broken links to external sites
3535
run: |

0 commit comments

Comments
 (0)