Skip to content

Commit c0189f6

Browse files
authored
Merge pull request #166 from JonathanShor/readthedocs
readthedocs update
2 parents 0de6138 + 916c6f7 commit c0189f6

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

readthedocs.yaml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
version: 2
22
build:
3-
image: latest
3+
os: ubuntu-20.04
4+
tools:
5+
python: "3.10"
46
sphinx:
5-
configuration: docs/conf.py
7+
configuration: docs/conf.py
8+
# disable this for more lenient docs builds
9+
fail_on_warning: false
610
python:
7-
version: 3.7
8-
install:
9-
- method: pip
10-
path: .
11-
extra_requirements:
12-
- docs
11+
install:
12+
- method: pip
13+
path: .
14+
extra_requirements:
15+
- dev
16+
- docs

0 commit comments

Comments
 (0)