From 69d3c5866862108ceba6753acac27c55541b4950 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Thu, 21 Dec 2023 10:34:50 -0600 Subject: [PATCH] Enable htmlzip and epub on readthedocs (#1379) --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 208e5c37e2..2ce0728970 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,3 +12,8 @@ python: path: . extra_requirements: - docs +formats: + - epub + - htmlzip + # TODO: evaluate, see https://github.com/jupyter-server/jupyter_server/issues/1378 + # - pdf