Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Petr Vorel and committed by
Jonathan Corbet
9088a767 e5b1c0fa

+3
+3
Documentation/conf.py
··· 51 51 dyn_exclude_patterns.append("devicetree/bindings/**.yaml") 52 52 dyn_exclude_patterns.append("core-api/kho/bindings/**.yaml") 53 53 54 + # Link to man pages 55 + manpages_url = 'https://man7.org/linux/man-pages/man{section}/{page}.{section}.html' 56 + 54 57 # Properly handle directory patterns and LaTeX docs 55 58 # ------------------------------------------------- 56 59