mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-36567: Use manpages_url to create links for man pages (GH-13339)
This commit is contained in:
parent
56027ccd6b
commit
eab9965079
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
_tkinter = None
|
_tkinter = None
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
manpages_url = 'https://manpages.debian.org/{path}'
|
||||||
|
|
||||||
# General substitutions.
|
# General substitutions.
|
||||||
project = 'Python'
|
project = 'Python'
|
||||||
copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')
|
copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue