Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit e50c0bc

Browse files
committed
Update readthedocs python version
PiperOrigin-RevId: 556838355
1 parent be680bf commit e50c0bc

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,6 +5,11 @@
55
# Required
66
version: 2
77

8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.9"
12+
813
# Build documentation in the docs/ directory with Sphinx
914
sphinx:
1015
configuration: docs/conf.py
@@ -15,7 +20,6 @@ formats:
1520
- htmlzip
1621

1722
python:
18-
version: 3.7
1923
install:
2024
- requirements: docs/requirements.txt
2125

0 commit comments

Comments
 (0)