From ca8fda6d68f9b9b86e31f6041ad9183561b6a823 Mon Sep 17 00:00:00 2001 From: Georgi Valkov Date: Sun, 18 Feb 2024 21:55:28 +0100 Subject: [PATCH] Fix doc build --- .readthedocs.yaml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fe05af4..4a50dff 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,4 +12,4 @@ sphinx: python: install: - requirements: requirements-dev.txt - - "." \ No newline at end of file + - path: . \ No newline at end of file diff --git a/README.rst b/README.rst index 9337cf2..207bc39 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 (stable): +Documentation: http://python-evdev.readthedocs.io/en/latest/ Development: