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 6ef5b3c commit f3eed34Copy full SHA for f3eed34
.readthedocs.yml
@@ -7,14 +7,17 @@ version: 2
7
8
# Build documentation in the docs/ directory with Sphinx
9
sphinx:
10
- configuration: docs/conf.py
+ builder: html
11
+ configuration: docs/conf.py
12
+ fail_on_warning: true
13
14
# Optionally build your docs in additional formats such as PDF and ePub
15
formats: all
16
17
# Optionally set the version of Python and requirements required to build your docs
18
python:
- version: 3.7
- install:
19
- - requirements: docs/requirements.txt
20
- system_packages: true
+ version: 3.7
+ install:
21
+ - requirements: docs/requirements.txt
22
+ system_packages: true
23
+
0 commit comments