From fe0b23b4d5c5279884c6ec11f5b28f78e357318a Mon Sep 17 00:00:00 2001 From: Amin Date: Fri, 22 Mar 2024 15:40:40 +0100 Subject: [PATCH] update .readthedocs.yaml to only create html --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3f559d5..3194884 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,8 @@ build: python: "3.7" # Optionally specify the formats to build -formats: all +formats: + - html # Only build HTML documentation # Define the Python environment and dependencies python: @@ -25,3 +26,4 @@ python: path: . - requirements: docs/requirements.txt +