Skip to content

Commit

Permalink
Add .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed Feb 18, 2024
1 parent 452fc2d commit 0593dd4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: requirements-dev.txt
- "."
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ subsystem. *Uinput* allows userspace programs to create and handle
input devices that can inject events directly into the input
subsystem.

Documentation:
Documentation (stable):
http:https://python-evdev.readthedocs.io/en/latest/

Development:
Expand Down

0 comments on commit 0593dd4

Please sign in to comment.