Skip to content

Commit

Permalink
tweaks to get readthedocs working again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 29, 2024
1 parent 7b4555a commit 2906aaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
apt_packages:
- python3-gi
- python3-gi-cairo
- gir1.2-gtk-4.0

# Build documentation in the doc/ directory with Sphinx
sphinx:
Expand All @@ -19,10 +23,6 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
apt_packages:
- python3-gi
- python3-gi-cairo
- gir1.2-gtk-4.0
install:
- requirements: doc/requirements.txt
- method: pip
Expand Down

0 comments on commit 2906aaf

Please sign in to comment.