Skip to content

Commit 7a9b812

Browse files
hbq1OptaxDev
authored and
OptaxDev
committed
Update RTD setup to python 3.11.
PiperOrigin-RevId: 544360572
1 parent 48631b3 commit 7a9b812

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readthedocs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33

44
version: 2
55

6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.11"
10+
611
sphinx:
712
builder: html
813
configuration: docs/conf.py
914
fail_on_warning: false
1015

1116
python:
12-
version: 3.8
1317
install:
1418
# Equivalent to 'pip install .'
1519
- method: pip

0 commit comments

Comments
 (0)