From 161a42a7fb0e47c953ad75549809333eb56bee97 Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Wed, 17 Apr 2024 20:34:16 +0200 Subject: [PATCH] Fix build by disabling epub/pdf formats --- .readthedocs.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 98d5d0ff..4b1790ab 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,4 @@ python: install: - requirements: requirements.txt -formats: - - epub - - pdf +formats: []