From 512334484fe4cb7f6cc14b4e22e662ca9e4a4c27 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 14 Dec 2023 11:18:44 +0100 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 07393e9..0346252 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,4 +1,7 @@ -version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.11" sphinx: builder: html @@ -6,6 +9,7 @@ sphinx: fail_on_warning: true python: - version: 3.7 install: - requirements: docs/requirements.txt + +version: 2