Browse Source

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

pull/13435/head
Batuhan Taşkaya 7 years ago
committed by Berker Peksag
parent
commit
eab9965079
  1. 3
      Doc/conf.py

3
Doc/conf.py

@ -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…
Cancel
Save