Skip to content

Commit

Permalink
Build python 3.11 for RTD.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 544046017
  • Loading branch information
hbq1 authored and ChexDev committed Jun 28, 2023
1 parent 4dc5ea1 commit 59d260c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@

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.9
version: 3.11
install:
- requirements: requirements/requirements-docs.txt
- requirements: requirements/requirements.txt
Expand Down

0 comments on commit 59d260c

Please sign in to comment.