Skip to content

Commit

Permalink
Try to fix readthedocsbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Jun 21, 2023
1 parent 3f21780 commit 1f47b1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ version: 2

build:
os: ubuntu-22.04
apt_packages:
- ffmpeg
commands:
- sudo apt update
- sudo apt install -y ffmpeg graphviz
- curl -LO https://github.com/jgm/pandoc/releases/download/3.1.3/pandoc-3.1.3-1-amd64.deb
- sudo dpgk -i pandoc-3.1.3-1-amd64.deb
tools:
python: "3.8"

Expand Down

0 comments on commit 1f47b1c

Please sign in to comment.