Skip to content

Commit

Permalink
Update RTD setup to python 3.11.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 544360572
  • Loading branch information
hbq1 authored and OptaxDev committed Jun 29, 2023
1 parent 48631b3 commit 7a9b812
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: false

python:
version: 3.8
install:
# Equivalent to 'pip install .'
- method: pip
Expand Down

0 comments on commit 7a9b812

Please sign in to comment.