From 08ac077337fdf03e429da26be09d6e0728ae7a02 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Sat, 14 Oct 2023 00:57:15 +0200 Subject: [PATCH] Update readthedocs.yml to new version --- .readthedocs.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3929f5f..50fab78 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,8 +1,16 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +version: 2 + build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py python: - version: 3.8 install: - method: pip path: .