From 03f8f494e9924a68e0ecd90dc817ca3e37cbff3d Mon Sep 17 00:00:00 2001 From: DRON-666 <64691982+DRON-666@users.noreply.github.com> Date: Thu, 2 Nov 2023 00:15:39 +0300 Subject: [PATCH] doc: add HTMLZip format to .readthedocs.yaml --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2a7769e9c..acec8519b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,6 +8,10 @@ build: tools: python: "3.11" +# Build HTMLZip +formats: + - htmlzip + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/conf.py