Skip to content

Commit 404648e

Browse files
committed
Add build os to docs yml
Signed-off-by: Beat Buesser <[email protected]>
1 parent cab8273 commit 404648e

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

readthedocs.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
version: 2
2+
3+
build:
4+
os: ubuntu-20.04
5+
tools:
6+
python: 3.9
7+
8+
python:
9+
install:
10+
- method: pip
11+
path: .
12+
extra_requirements:
13+
- docs
14+
215
sphinx:
316
configuration: docs/conf.py
4-
os: ubuntu-20.04
5-
python:
6-
version: 3.6
7-
install:
8-
- method: pip
9-
path: .
10-
extra_requirements:
11-
- docs

0 commit comments

Comments
 (0)