Skip to content

Commit 696f9f9

Browse files
author
Lee Miller
committed
Trying to fix readthedocs build
1 parent e5e0f43 commit 696f9f9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.readthedocs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-20.04
5+
tools:
6+
python: "2.7"
7+
38
python:
4-
version: 2.7
59
install:
610
- requirements: docs/requirements.txt
7-
- method: setuptools
11+
- method: pip
812
path: .
9-
system_packages: false

0 commit comments

Comments
 (0)