Skip to content

Commit 35da020

Browse files
authored
Build with RTD Python 3.9 (#1702)
* Build with RTD Python 3.9 * Clarify build file
1 parent b72bddf commit 35da020

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
@@ -5,11 +5,15 @@ sphinx:
55
configuration: source/conf.py
66
fail_on_warning: true
77

8+
build:
9+
os: ubuntu-20.04
10+
tools:
11+
python: "3.9"
12+
813
formats:
914
- htmlzip
1015
- pdf
1116

1217
python:
13-
version: "3.8"
1418
install:
1519
- requirements: source/requirements.txt

0 commit comments

Comments
 (0)