Skip to content

Commit 0e5ee90

Browse files
authored
Merge pull request #220 from mathsman5133/fix/readthedocs-build
fix: readthedocs build config
2 parents ff93103 + c19b976 commit 0e5ee90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@ version: 2
22
formats: []
33

44
build:
5-
image: latest
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3.7"
68

79
sphinx:
810
configuration: docs/conf.py
911
fail_on_warning: false
1012
builder: html
1113

1214
python:
13-
version: 3.7
1415
install:
1516
- method: pip
1617
path: .

0 commit comments

Comments
 (0)