From 641b6049d71e5d1356ffc759b8cd3c9f393de730 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Fri, 31 Mar 2023 12:17:07 +0200 Subject: [PATCH] Install ffmpeg on readthedocs --- .readthedocs.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 9515c3fa58d..0de487589c2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,13 @@ version: 2 +build: + os: ubuntu-22.04 + apt_packages: + - ffmpeg + tools: + python: "3.8" + python: - version: "3.8" install: - method: pip path: .