mirror of https://github.com/python/cpython
bpo-36567: Use manpages_url to create links for man pages (GH-13339)
This commit is contained in:
parent
56027ccd6b
commit
eab9965079
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue