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: 544064718
  • Loading branch information
hbq1 authored and PIXDev committed Jun 29, 2023
1 parent 6052cf6 commit d478f4c
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:
- requirements: requirements_docs.txt
- requirements: requirements.txt
Expand Down

0 comments on commit d478f4c

Please sign in to comment.