Commit eab99650 authored by Batuhan Taşkaya's avatar Batuhan Taşkaya Committed by Berker Peksag

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

parent 56027ccd
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment