mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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:
|
||||
_tkinter = None
|
||||
'''
|
||||
|
||||
manpages_url = 'https://manpages.debian.org/{path}'
|
||||
|
||||
# General substitutions.
|
||||
project = 'Python'
|
||||
copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue