summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-06-16 19:38:13 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-06-16 19:38:13 +0200
commit42ec43022e3ff82873d7d36e5f895380f4a12129 (patch)
tree9c0727155f0b3f7d9226c9d9db6ab26fddb87dbb /docs
parentb88119d2b5e8e99874eb807f241c7e629d9b48c5 (diff)
downloadpython-systemd-42ec43022e3ff82873d7d36e5f895380f4a12129.tar.gz
docs: use :manpage: role to provide links to systemd man pages
See https://github.com/sphinx-doc/sphinx/pull/4235 for the :manpage: role.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
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 --------------------------------------------------