From e15259c2dfef58df5f7cfa2305811a00c05e0353 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Sun, 12 Feb 2017 13:07:33 -0800 Subject: [PATCH] bpo-28929: Link the documentation to its source file on GitHub (#38) Change the documentation's `Show Source` link on the left menu to GitHub source file. --- Doc/tools/templates/layout.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index c48754f0bcfa..acf4f33de314 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -45,8 +45,9 @@

{{ _('This Page') }}

{%- endif %} {% endblock %} -- 2.47.3