Skip to content

Commit 96f8a2e

Browse files
committed
Updated docs config.
1 parent 2e18a62 commit 96f8a2e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc-source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,5 @@
143143
"show-inheritance": None,
144144
'exclude-members': ','.join(autodoc_exclude_members),
145145
}
146+
147+
manpages_url = "https://manpages.debian.org/{path}"

repo_helper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ sphinx_conf_preamble:
5555
- import domdf_python_tools
5656
- domdf_python_tools.__docs = True
5757

58+
sphinx_conf_epilogue:
59+
- manpages_url = "https://manpages.debian.org/{path}"
60+
5861
tox_testenv_extras: all
5962

6063
intersphinx_mapping:

0 commit comments

Comments
 (0)