Skip to content

Commit 649925e

Browse files
authored
Merge pull request #180 from pypa/takluyver-patch-1
Update RTD config to (hopefully) fix docs builds
2 parents 0b036b5 + 292242f commit 649925e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.8"
7+
38
sphinx:
49
configuration: docs/conf.py
510

611
python:
7-
version: 3.8
812
install:
913
- requirements: docs/requirements.txt
1014
- method: pip

0 commit comments

Comments
 (0)