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 1fd7113 commit b6e6362Copy full SHA for b6e6362
.readthedocs.yaml
@@ -8,8 +8,11 @@ build:
8
# Build from the docs/ directory with Sphinx
9
sphinx:
10
configuration: docs/source/conf.py
11
+ builder: html
12
+ fail_on_warning: false
13
-# Explicitly set the version of Python and its requirements
14
+# Install Python dependencies from pyproject.toml in docs/
15
python:
16
install:
- - requirements: docs/source/requirements.txt
17
+ - method: pip
18
+ path: docs
0 commit comments