From: Mariatta Date: Fri, 8 Sep 2017 18:32:26 +0000 (-0700) Subject: [3.5] Fix broken `Show Source` links on documentation pages (GH-3113) (#3126) X-Git-Tag: v3.5.5rc1~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d68d6d9c6386e3f78893f0506f2ce16d88b5db8;p=thirdparty%2FPython%2Fcpython.git [3.5] Fix broken `Show Source` links on documentation pages (GH-3113) (#3126) 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/customsourcelink.html b/Doc/tools/templates/customsourcelink.html index 71d0bba68307..21af621efce9 100644 --- a/Doc/tools/templates/customsourcelink.html +++ b/Doc/tools/templates/customsourcelink.html @@ -4,7 +4,7 @@