From 80763edaa2bdaf1113717378b8d62075c4dcbcfb Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 7 May 2023 11:40:47 -0700 Subject: [PATCH] Different approach for Python 3.11 on ReadTheDocs Refs #540 --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b092ec7..aa15c7c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,8 +3,12 @@ version: 2 sphinx: configuration: docs/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.11" + python: - version: "3.11" install: - method: pip path: .