From 1b089e60a90d861d9a61ce1b3334c3646028013c Mon Sep 17 00:00:00 2001 From: Valentin Roland Date: Wed, 1 Nov 2023 20:38:02 +0100 Subject: [PATCH] update readthedocs config --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4d21d9b4..e7c2b25d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,8 +12,12 @@ sphinx: # Optionally build your docs in additional formats such as PDF and ePub formats: all +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: doc/requirements.txt