Skip to content

Commit 3a1b0fc

Browse files
Remove -W command (#3864)
* Remove -W command * Change RTD file * RL
1 parent 40fc693 commit 3a1b0fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2
77
# Build documentation in the docs/ directory with Sphinx
88
sphinx:
99
configuration: docs/source/conf.py
10-
fail_on_warning: true
10+
fail_on_warning: false
1111

1212
# Build documentation with MkDocs
1313
#mkdocs:

docs/source/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Release Notes
2222
* Reverted change adding a ``should_skip_featurization`` flag to time series pipelines :pr:`3862`
2323
* Documentation Changes
2424
* Added information about STL Decomposition to the time series docs :pr:`3835`
25+
* Removed RTD failure on warnings :pr:`3864`
2526
* Testing Changes
2627

2728
.. warning::

0 commit comments

Comments
 (0)