Skip to content

Commit

Permalink
Add readthedocs configuration file
Browse files Browse the repository at this point in the history
Our documentation builds are failing with the following error and I
think there is no way to specify the package dependency in the web UI.

    No package 'dbus-1' found
  • Loading branch information
FrostyX committed Sep 24, 2021
1 parent 6b9bb97 commit d24e0fe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

sphinx:
configuration: doc/source/conf.py

build:
image: latest
apt_packages:
- libdbus-1-dev

python:
install:
- requirements: requirements.txt

0 comments on commit d24e0fe

Please sign in to comment.