From 1cd190d038cdbf52b22a2eecacde8a44ef6609b8 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 8 Oct 2024 22:26:58 +0200 Subject: [PATCH] Documentation: Fix Read The Docs configuration settings --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 07393e9..a9437a2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,15 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + sphinx: builder: html configuration: docs/conf.py fail_on_warning: true python: - version: 3.7 install: - requirements: docs/requirements.txt