Skip to content

Commit 4edef2d

Browse files
authored
Update .readthedocs.yml
Readthedocs now requires os to be specified in the config file [already fixed in develop]
1 parent 17c8cec commit 4edef2d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.readthedocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
version: 2
22
sphinx:
33
configuration: docs/source/conf.py
4-
formats:
5-
- pdf
4+
build:
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3.10"
68
python:
7-
version: 3.7
89
install:
910
- method: pip
1011
path: .

0 commit comments

Comments
 (0)