Skip to content

Commit

Permalink
Merge pull request #253 from ap--/fix-rtd
Browse files Browse the repository at this point in the history
docs: attempt to fix rtd builds
  • Loading branch information
ap-- authored Jul 21, 2024
2 parents 1d9c586 + 6d4c586 commit 2d13010
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 2
# use conda to install, because we need libusb
conda:
environment: docs/environment.yml

build:
os: ubuntu-22.04
tools:
python: "3.12"
apt_packages:
- libusb-dev
sphinx:
configuration: docs/source/conf.py
python:
Expand Down

0 comments on commit 2d13010

Please sign in to comment.