Skip to content

Commit 8e517e8

Browse files
committed
Update RTD config
1 parent 5cbeb0c commit 8e517e8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.readthedocs.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# https://docs.readthedocs.io/en/latest/yaml-config.html
2+
version: 2
3+
24
formats:
35
- htmlzip
46
- epub
57

6-
requirements_file: ci/rtd-requirements.txt
7-
88
python:
9-
version: 3
10-
pip_install: True
9+
version: 3.7
10+
install:
11+
- requirements: docs-requirements.txt
12+
13+
sphinx:
14+
fail_on_warning: true

0 commit comments

Comments
 (0)