From 283eb2e08e7d064684f6c9d305e62734182ed927 Mon Sep 17 00:00:00 2001 From: Tony Hallam <8454087+trhallam@users.noreply.github.com> Date: Fri, 17 May 2024 11:04:10 +0100 Subject: [PATCH] add build configuration to rtd --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index cb77598..bc1a66c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,6 +9,11 @@ version: 2 sphinx: configuration: docs/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.10" + # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.yml @@ -26,7 +31,6 @@ sphinx: python: version: 3.8 install: - - requirements: docs/requirements.txt - method: pip path: . extra_requirements: