From efa781dbc97fe545c7967a81a13ec4b72b73ebad Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Tue, 23 Jan 2024 23:49:22 +0100 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f8d0d5d..7e93ed2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,4 +1,9 @@ version: 2 -python: - version: 3.10 +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +sphinx: + configuration: docs/conf.py