From 45837fd4cee1c9d17a6c67ef55c8119a6c6c4391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Wed, 15 Jan 2025 11:34:23 +0100 Subject: [PATCH] fix(ci): quoting --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 28296291..23eb5d3c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,8 +7,8 @@ build: - libpango1.0-dev - ffmpeg jobs: - post_create_environment: - - pip install manim<0.18 # See: https://github.com/ManimCommunity/manim/issues/4104 + post_install: + - pip install 'manim<0.18' # See: https://github.com/ManimCommunity/manim/issues/4104 sphinx: builder: html configuration: docs/source/conf.py