From b671973817019cb8299587c3bee7bad0b32d0ce3 Mon Sep 17 00:00:00 2001 From: John Lees Date: Tue, 21 Nov 2023 09:23:34 +0000 Subject: [PATCH] Update rtd with required fields --- .readthedocs.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 87d7e59..c684778 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -14,8 +20,8 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: docs/requirements.txt - method: setuptools path: docs +