Skip to content

Commit ed6033b

Browse files
authored
docs: specify docs build.os & update docs to python 3.10 (#3349)
* fixes #3323 --------- Signed-off-by: Terri Oda <[email protected]>
1 parent c855deb commit ed6033b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.readthedocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Required
66
version: 2
77

8+
# Set the OS, Python version and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.10"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: doc/conf.py
@@ -19,6 +25,6 @@ formats:
1925

2026
# Optionally set the version of Python and requirements required to build your docs
2127
python:
22-
version: 3.8
2328
install:
2429
- requirements: doc/requirements.txt
30+

0 commit comments

Comments
 (0)