Skip to content

Commit

Permalink
Readthedocs build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Futsch1 committed Aug 13, 2023
1 parent 68ba5ba commit f8250a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages: [libnotify4 libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0]
apt_packages:
- libnotify4
- libsdl2-mixer-2.0-0
- libsdl2-image-2.0-0
- libsdl2-2.0-0
jobs:
pre_create_environment:
- pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython==4.2.1
Expand Down

0 comments on commit f8250a0

Please sign in to comment.