From e7efbfa8849d0f0b3f4daa7ead521d341af567c2 Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Thu, 13 Feb 2025 09:56:38 +0100 Subject: [PATCH] bump readthedocs conf Signed-off-by: Karol Gugala --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0b154b61..bdc3ce5a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.7" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -14,7 +19,6 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: "3.7" install: - requirements: docs/requirements.txt