From 23947a642afafe9d004a786f567ff97daa542de2 Mon Sep 17 00:00:00 2001 From: peterleimbach Date: Wed, 27 Sep 2023 20:52:10 +0200 Subject: [PATCH] Update readthedocs.yml --- readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 489c91981c5f..74f498f956e7 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -6,7 +6,10 @@ requirements_file: ./requirements.txt # Build Container build: os: ubuntu-22.04 + tools: + python: "3.11" sphinx: builder: html configuration: conf.py + fail_on_warning: false