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..d8bf6bd 100644 --- a/README.rst +++ b/README.rst @@ -11,14 +11,14 @@ subsystem. *Uinput* allows userspace programs to create and handle input devices that can inject events directly into the input subsystem. -Documentation (stable): - http://python-evdev.readthedocs.io/en/latest/ +Documentation: + https://python-evdev.readthedocs.io/en/latest/ Development: https://github.com/gvalkov/python-evdev Package: - http://pypi.python.org/pypi/evdev + https://pypi.python.org/pypi/evdev Changelog: - http://python-evdev.readthedocs.io/en/latest/changelog.html + https://python-evdev.readthedocs.io/en/latest/changelog.html