From b648f54e0e2e3617aa1c60cbe36c8b3ce2faa807 Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Mon, 28 Aug 2023 20:58:52 +0200 Subject: Update .readthedocs.yml (cherry picked from commit 727b400299aee15779464396496218a3afe53a7e) --- .readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1c12214d..3d791ad1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,10 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -19,7 +23,6 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: requirements.txt -- cgit v1.2.3