From 0f10026a2f1176d1fb4a9a38ace9e66c356f3b9e Mon Sep 17 00:00:00 2001 From: Ori Kronfeld Date: Thu, 12 Dec 2024 15:22:32 +0200 Subject: [PATCH] update RTD yaml --- .readthedocs.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 58f1018..cdc6534 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,13 +1,10 @@ -# https://docs.readthedocs.io/en/stable/config-file/v2.html version: 2 build: os: ubuntu-20.04 tools: - python: "3.10" + python: "3.11" sphinx: configuration: docs/conf.py - # disable this for more lenient docs builds - fail_on_warning: true python: install: - method: pip