From 69a40344f002f622e7e15428a784db0cc204d315 Mon Sep 17 00:00:00 2001 From: Stan Triepels <1939656+GDay@users.noreply.github.com> Date: Thu, 23 Feb 2023 01:20:19 +0100 Subject: [PATCH] Allow building docs all formats (#77) --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 799deb1..6b53b9c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,6 +15,8 @@ build: sphinx: configuration: docs/conf.py +formats: all + python: install: - requirements: docs/requirements.txt