We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e18a62 commit 96f8a2eCopy full SHA for 96f8a2e
doc-source/conf.py
@@ -143,3 +143,5 @@
143
"show-inheritance": None,
144
'exclude-members': ','.join(autodoc_exclude_members),
145
}
146
+
147
+manpages_url = "https://manpages.debian.org/{path}"
repo_helper.yml
@@ -55,6 +55,9 @@ sphinx_conf_preamble:
55
- import domdf_python_tools
56
- domdf_python_tools.__docs = True
57
58
+sphinx_conf_epilogue:
59
+ - manpages_url = "https://manpages.debian.org/{path}"
60
61
tox_testenv_extras: all
62
63
intersphinx_mapping:
0 commit comments