From c8bb984c20a2264841ab9e345e62da976a7b99eb Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Fri, 4 Aug 2023 11:42:10 +0100 Subject: [PATCH] Build docs with 3.11 in ReadTheDocs --- .readthedocs.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f78bde4..e6ab173 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,10 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + sphinx: builder: dirhtml configuration: docs/conf.py @@ -8,8 +13,5 @@ sphinx: formats: all python: - version: "3.8" install: - requirements: docs/requirements.txt - - method: pip - path: .