From 821c1a28ce77b707bf7ded1bc30f03ed6ff223e4 Mon Sep 17 00:00:00 2001 From: Marco Galardini Date: Thu, 9 Nov 2023 09:56:20 +0100 Subject: [PATCH] Docs: fix readthedocs build failure (2) Provisionally fixes #248 --- readthedocs.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index b07f4f6..522e58e 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.10" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -14,7 +20,7 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.6 + version: 3.10 install: - requirements: docs/requirements.txt - method: setuptools