From 22dbb6b681223831f1f09b1244453a37062833bc Mon Sep 17 00:00:00 2001 From: Sidney Richards Date: Thu, 12 Dec 2024 16:20:11 +0100 Subject: [PATCH] Add missing build directive to read the docs config --- .readthedocs.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 39115b7..ea28d58 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,14 +4,18 @@ version: 2 +build: + os: ubuntu-24.04 + tools: + python: "3.10" + sphinx: configuration: docs/conf.py python: - version: 3.10 install: - method: pip path: . extra_requirements: - db - - setup-configuration \ No newline at end of file + - setup-configuration