From f6a52e737f4c2472b7056e761312763af8cad082 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Wed, 3 Dec 2025 17:11:26 +0100 Subject: [PATCH] Remove RTD htmlzip output format Doesn't play nice with pixi - fixes https://github.com/pydata/xarray/issues/10974 --- .readthedocs.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f55a64213a1..1cafe4c13c1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -24,6 +24,3 @@ build: build: html: - pixi run doc BUILDDIR=$READTHEDOCS_OUTPUT - -formats: - - htmlzip