Skip to content

Commit 046df44

Browse files
committed
add ffmpeg in rtd
1 parent 566afa5 commit 046df44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version: 2
44
# Set the version of Python and other tools you might need
55
build:
66
os: ubuntu-24.04
7+
apt_packages:
8+
- ffmpeg
79
tools: { python: "3.10" }
810
jobs:
911
create_environment:
@@ -14,6 +16,7 @@ build:
1416
install:
1517
- "true"
1618

19+
1720
# Build documentation in the docs/ directory with Sphinx
1821
sphinx:
1922
builder: html

0 commit comments

Comments
 (0)