From c4998cf9e505a073aef312da73718ac46392f05c Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 9 Nov 2024 15:08:47 +0000 Subject: [PATCH] :books: update doc build config --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index a379070..776da34 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py