Skip to content

Commit 79162ae

Browse files
committed
Set build.tools in .readthedocs.yml
1 parent eeec47d commit 79162ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ version: 2
66
# the build.os and build.tools section is mandatory
77
build:
88
os: ubuntu-22.04
9+
tools:
10+
python: 3.8
911

1012
sphinx:
1113
configuration: doc/source/conf.py
@@ -14,7 +16,6 @@ formats:
1416
- htmlzip
1517

1618
python:
17-
version: 3.8
1819
install:
1920
- requirements: requirements.txt
2021
- requirements: doc/requirements.txt

0 commit comments

Comments
 (0)