From d6c90d87f1717ec732c2c60a247457ce83f4d25e Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:29:36 +0100 Subject: [PATCH] installs ffmpeg in readthedocs --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8d32a3a..5a0ae62 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,6 +7,8 @@ version: 2 build: os: ubuntu-22.04 + apt_packages: + - ffmpeg tools: python: "3.10" nodejs: "22"