From 76d8ff10bcb5e98b6ff46e85022b7fb742b6c024 Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Thu, 14 Dec 2023 11:38:53 +0200 Subject: [PATCH] add build config --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 89f8ecefe..ea420bbc8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,6 +1,10 @@ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" sphinx: configuration: docs/conf.py formats: all