Skip to content

Commit

Permalink
Remove fail on warning for readthedocs
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Foley <[email protected]>
  • Loading branch information
psfoley committed Dec 18, 2024
1 parent b38d91b commit 08a2934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
fail_on_warning: true
fail_on_warning: false

# Optionally build your docs in additional formats such as PDF and ePub
formats:
Expand All @@ -20,4 +20,4 @@ formats:
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit 08a2934

Please sign in to comment.