From b99553e3750ba24f43be0686469686d4c8988102 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Thu, 21 Dec 2023 10:09:28 -0600 Subject: [PATCH] enable htmlzip and epub on readthedocs --- .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