bpo-36567: Use manpages_url to create links for man pages (GH-13339)

This commit is contained in:
Batuhan Taşkaya 2019-05-19 00:53:53 +03:00 committed by Berker Peksag
parent 56027ccd6b
commit eab9965079
1 changed files with 3 additions and 0 deletions

View File

@ -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')