From: Mariatta Date: Fri, 18 Aug 2017 13:22:32 +0000 (-0700) Subject: Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128) X-Git-Tag: v2.7.14rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2281c041b24308811f781935a6c6848d55f24311;p=thirdparty%2FPython%2Fcpython.git Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128) The `Show Source` was broken because of a change made in sphinx 1.5.1 In Sphinx 1.4.9, the sourcename was "index.txt". In Sphinx 1.5.1+, it is now "index.rst.txt". (cherry picked from commit b9ff498793611d1c6a9b99df464812931a1e2d69) --- diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index cc16ae446ff9..8d6d3e5bd119 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -46,7 +46,7 @@

{{ _('This Page') }}