We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd61933 commit 344dae3Copy full SHA for 344dae3
.readthedocs.yaml
@@ -14,8 +14,11 @@ build:
14
# Build documentation in the docs/ directory with Sphinx
15
sphinx:
16
configuration: docs/conf.py
17
+ fail_on_warning: true # https://docs.readthedocs.io/en/stable/tutorial/index.html#making-warnings-more-visible
18
19
# Optionally declare the Python requirements required to build your docs
20
python:
21
install:
22
- requirements: docs/requirements.txt
23
+ - method: pip # https://docs.readthedocs.io/en/stable/tutorial/index.html#making-warnings-more-visible
24
+ path: .
0 commit comments