From 7a9b812f68838c1cf46daf99714ab92067e237a9 Mon Sep 17 00:00:00 2001 From: Iurii Kemaev Date: Thu, 29 Jun 2023 08:15:05 -0700 Subject: [PATCH] Update RTD setup to python 3.11. PiperOrigin-RevId: 544360572 --- readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 5d53d4437..f1a178545 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -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