Skip to content

Commit

Permalink
Update RTD config
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 17, 2024
1 parent 4f9158c commit 127996b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: 2
sphinx:
configuration: docs/sphinx/conf.py

build:
image: testing
apt_packages:
- libgirepository1.0-dev
os: ubuntu-20.04
tools:
python: '3.11'
jobs:
pre_create_environment:
- apt-get install libgirepository1.0-dev

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

0 comments on commit 127996b

Please sign in to comment.