From dfa337ea9a44f519dad1b64e58df6372c0a74c83 Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Sat, 2 Sep 2023 19:18:33 +0530 Subject: [PATCH] rtd: enable htmlzip build also, bump python to 3.11 fixes https://github.com/ManimCommunity/manim/issues/3342 --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 836b4eb423..3c93ef3d97 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,13 @@ version: 2 + +formats: + - htmlzip + build: os: ubuntu-22.04 tools: - python: "3.10" + python: "3.11" apt_packages: - libpango1.0-dev