We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452fc2d commit 0593dd4Copy full SHA for 0593dd4
.readthedocs.yaml
@@ -0,0 +1,15 @@
1
+# https://docs.readthedocs.io/en/stable/config-file/v2.html
2
+version: 2
3
+
4
+build:
5
+ os: ubuntu-22.04
6
+ tools:
7
+ python: "3.12"
8
9
+sphinx:
10
+ configuration: docs/conf.py
11
12
+python:
13
+ install:
14
+ - requirements: requirements-dev.txt
15
+ - "."
README.rst
@@ -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://python-evdev.readthedocs.io/en/latest/
16
17
Development:
0 commit comments