Skip to content

Commit

Permalink
Merge pull request #2302 from cta-observatory/readthedocs_ffmpeg
Browse files Browse the repository at this point in the history
Install ffmpeg on readthedocs
  • Loading branch information
maxnoe authored Mar 31, 2023
2 parents d4c6c81 + 641b604 commit 0b54fcb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -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: .
Expand Down

0 comments on commit 0b54fcb

Please sign in to comment.