From f32e6ed13d239ff8980d17f4b8b2e9ba1d96f4f1 Mon Sep 17 00:00:00 2001 From: Rob Court Date: Mon, 18 Sep 2023 15:33:47 +0100 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7c7cbfc8..7f97aa70 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,10 +5,15 @@ build: tools: python: "3.8" +sphinx: + configuration: docs/conf.py + python: version: 3.8 install: - requirements: docs/requirements.txt + - method: pip + path: . build: commands: