Skip to content

Commit 0593dd4

Browse files
committed
Add .readthedocs.yaml
1 parent 452fc2d commit 0593dd4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.readthedocs.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ subsystem. *Uinput* allows userspace programs to create and handle
1111
input devices that can inject events directly into the input
1212
subsystem.
1313

14-
Documentation:
14+
Documentation (stable):
1515
http://python-evdev.readthedocs.io/en/latest/
1616

1717
Development:

0 commit comments

Comments
 (0)