From e7c3638494d179f227f61cea58113305a2f22ca8 Mon Sep 17 00:00:00 2001 From: Pavel Cisar Date: Thu, 21 Dec 2023 17:38:13 +0100 Subject: [PATCH] New config --- .readthedocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e81e5108..279e4915 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,9 +9,12 @@ version: 2 sphinx: configuration: docs/conf.py - +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.8 install: - requirements: docs/requirements.txt