From 9e1a1337d48b0b99b31aecb0e8b8df9674a1835a Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 12 Jan 2024 15:27:41 +1100 Subject: [PATCH] Update readthedocs.yml to use Python 3.12 --- readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 754f9590..95344a9f 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,5 +1,9 @@ version: 2 + build: os: "ubuntu-22.04" tools: - python: "3.11" + python: "3.12" + +sphinx: + configuration: docs/conf.py