From f0bf6e91c59e1b63289c4a43abc39e3ce5653c74 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 14 May 2024 14:02:48 +0100 Subject: [PATCH] readthedocs: Use dirhtml builder Signed-off-by: Stephen Finucane --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b342d5b..fbd9ab8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,8 @@ python: install: - method: pip path: . +sphinx: + builder: "dirhtml" build: os: "ubuntu-22.04" tools: