Skip to content

Commit 75d5094

Browse files
committed
readthedocs.yaml: make builds fail on warnings
Use the .readthedocs.yaml file to make ReadTheDocs fail the build if there are Sphinx warnings. Signed-off-by: Jeff Squyres <[email protected]>
1 parent bfed131 commit 75d5094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ version: 2
88
# Build documentation in the docs/ directory with Sphinx
99
sphinx:
1010
configuration: docs/conf.py
11+
fail_on_warning: true

0 commit comments

Comments
 (0)