Skip to content

Commit

Permalink
Added apt install instructions for readthedocs (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoRoos authored Aug 26, 2021
1 parent 341e487 commit ec72e1c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required
version: 2

build:
apt_packages:
- libusb-1.0.0-dev
- libudev-dev

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -24,7 +29,3 @@ python:
- requirements: docs/requirements.txt
- method: setuptools
path: .

#
# Build on ReadTheDocs is not working because libusb and libudev are missing.
#

0 comments on commit ec72e1c

Please sign in to comment.