From 42ec43022e3ff82873d7d36e5f895380f4a12129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 16 Jun 2019 19:38:13 +0200 Subject: docs: use :manpage: role to provide links to systemd man pages See https://github.com/sphinx-doc/sphinx/pull/4235 for the :manpage: role. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 1919170..05df507 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -156,6 +156,7 @@ html_show_sourcelink = False # Output file base name for HTML help builder. htmlhelp_basename = 'python-systemddoc' +manpages_url = 'https://www.freedesktop.org/software/systemd/man/{page}.html' # -- Options for LaTeX output -------------------------------------------------- -- cgit v1.2.1