Skip to content

Commit e9783b8

Browse files
committed
Disable fail_on_warning in Sphinx configuration for documentation build
1 parent 1d37b93 commit e9783b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212
# Build documentation in the doc/ directory with Sphinx
1313
sphinx:
1414
configuration: docs/source/conf.py
15-
fail_on_warning: true
15+
fail_on_warning: false
1616

1717
# Optionally declare the Python requirements required to build your docs
1818
conda:

0 commit comments

Comments
 (0)