Skip to content

Commit f3eed34

Browse files
test
1 parent 6ef5b3c commit f3eed34

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.readthedocs.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ version: 2
77

88
# Build documentation in the docs/ directory with Sphinx
99
sphinx:
10-
configuration: docs/conf.py
10+
builder: html
11+
configuration: docs/conf.py
12+
fail_on_warning: true
1113

1214
# Optionally build your docs in additional formats such as PDF and ePub
1315
formats: all
1416

1517
# Optionally set the version of Python and requirements required to build your docs
1618
python:
17-
version: 3.7
18-
install:
19-
- requirements: docs/requirements.txt
20-
system_packages: true
19+
version: 3.7
20+
install:
21+
- requirements: docs/requirements.txt
22+
system_packages: true
23+

0 commit comments

Comments
 (0)