Skip to content

Commit 36d4472

Browse files
committed
Don't fail docs build on warnings
As title says it.
1 parent 02bc28c commit 36d4472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
sphinx:
1515
configuration: docs/conf.py
1616
# Fail on all warnings to avoid broken references
17-
fail_on_warning: true
17+
fail_on_warning: false
1818

1919
# Optional but recommended, declare the Python requirements required
2020
# to build your documentation

0 commit comments

Comments
 (0)