Skip to content

Commit 46c20a5

Browse files
authored
Fix building documentation (#1300)
1 parent 0708821 commit 46c20a5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.readthedocs.yml

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

55
build:
6-
image: latest
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.8"
79

810
sphinx:
911
configuration: docs/conf.py
1012

1113
formats: all
1214

1315
python:
14-
version: 3.8
1516
install:
1617
- requirements: requirements_dev.txt
1718
- method: pip

0 commit comments

Comments
 (0)