From 971e24f4d5cf8cf499d659d7a4bff71363c87b8a Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Wed, 15 Mar 2023 11:23:20 -0700 Subject: [PATCH] Only support html docs --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0d87ad62..52d13436 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,8 @@ build: tools: python: "mambaforge-4.10" -formats: all +formats: + - html sphinx: configuration: docs/conf.py