From 0593dd422b2a62db9f390d49b618d12f069c9e1b Mon Sep 17 00:00:00 2001 From: Georgi Valkov Date: Sun, 18 Feb 2024 19:57:59 +0100 Subject: [PATCH] Add .readthedocs.yaml --- .readthedocs.yaml | 15 +++++++++++++++ README.rst | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..fe05af4 --- /dev/null +++ b/.readthedocs.yaml @@ -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 + - "." \ No newline at end of file diff --git a/README.rst b/README.rst index 207bc39..9337cf2 100644 --- a/README.rst +++ b/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/ Development: