Skip to content

Commit

Permalink
Attempt to fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
osolmaz committed May 14, 2023
1 parent 20bdc0e commit 4d9f467
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
version: 2
build:
os: ubuntu-22.04
image: latest

tools:
python: "3.10"

apt_packages:
- libpango1.0-dev
- ffmpeg
- graphviz

python:
version: 3.8
install:
- requirements: docs/rtd-requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .
install:
- requirements: docs/rtd-requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .

0 comments on commit 4d9f467

Please sign in to comment.