projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56027cc
)
bpo-36567: Use manpages_url to create links for man pages (GH-13339)
author
Batuhan Taşkaya
<47358913+isidentical@users.noreply.github.com>
Sat, 18 May 2019 21:53:53 +0000
(
00:53
+0300)
committer
Berker Peksag
<berker.peksag@gmail.com>
Sat, 18 May 2019 21:53:53 +0000
(
00:53
+0300)
Doc/conf.py
patch
|
blob
|
history
diff --git
a/Doc/conf.py
b/Doc/conf.py
index afe66270c10e8cf6b11d180aa46429d646a8c4b6..e85ea5b2d2ff49b927dbbee9297bbed0e3f2e3dd 100644
(file)
--- a/
Doc/conf.py
+++ b/
Doc/conf.py
@@
-23,6
+23,9
@@
try:
except ImportError:
_tkinter = None
'''
+
+manpages_url = 'https://manpages.debian.org/{path}'
+
# General substitutions.
project = 'Python'
copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')