bpo-36567: Use manpages_url to create links for man pages (GH-13339)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Sat, 18 May 2019 21:53:53 +0000 (00:53 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 18 May 2019 21:53:53 +0000 (00:53 +0300)
Doc/conf.py

index afe66270c10e8cf6b11d180aa46429d646a8c4b6..e85ea5b2d2ff49b927dbbee9297bbed0e3f2e3dd 100644 (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')