From 7839e90c057f1851e52b0741bfd91bf9eeeb18ec Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Wed, 8 Nov 2023 22:36:48 +0100 Subject: [PATCH] Update RTD config --- .readthedocs.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d180ab0..8b8e6bc 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,12 +1,20 @@ version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py + fail_on_warning: true python: - version: 3.8 install: - method: pip path: . extra_requirements: - docs + +# Don't build any extra formats +formats: []