Skip to content

Commit 9088a76

Browse files
pevikJonathan Corbet
authored andcommitted
Documentation: Link man pages to https://man7.org/
Configure manpages_url to link man pages to https://man7.org/. https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-manpages_url Acked-by: Alejandro Colomar <alx@kernel.org> Signed-off-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260113113612.315748-3-pvorel@suse.cz>
1 parent e5b1c0f commit 9088a76

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Documentation/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
dyn_exclude_patterns.append("devicetree/bindings/**.yaml")
5252
dyn_exclude_patterns.append("core-api/kho/bindings/**.yaml")
5353

54+
# Link to man pages
55+
manpages_url = 'https://man7.org/linux/man-pages/man{section}/{page}.{section}.html'
56+
5457
# Properly handle directory patterns and LaTeX docs
5558
# -------------------------------------------------
5659

0 commit comments

Comments
 (0)