1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Move the manpage to section 7
Author: Stephen Kitt <skitt@debian.org>
Forwarded: not-needed
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -229,7 +229,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
-man_pages = [("index", "python-evdev", "python-evdev Documentation", ["Georgi Valkov"], 1)]
+man_pages = [("index", "python-evdev", "python-evdev Documentation", ["Georgi Valkov"], 7)]
# If true, show URL addresses after external links.
# man_show_urls = False
|