From 5dde2d8b3caf1ae9391e54c6b83a97c1340d4ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sat, 5 Feb 2022 11:39:28 +0000 Subject: [PATCH] Do not fail on warning and move to 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f2f655f..247a575 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,7 +2,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.10" formats: - htmlzip - epub @@ -15,4 +15,4 @@ python: sphinx: builder: html configuration: docs/conf.py - fail_on_warning: true + fail_on_warning: false