From f298438a333b904823b8c079441184df155ef016 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Sat, 28 Dec 2024 11:24:31 +0100 Subject: [PATCH] Fix readthedocs build --- .readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3f64061..2a5f495 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-lts-latest + tools: + python: "3.10" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -14,7 +20,6 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: "3.10" install: - requirements: docs/requirements.txt - path: .