]> granicus.if.org Git - python/commit
Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128)
authorMariatta <Mariatta@users.noreply.github.com>
Fri, 18 Aug 2017 13:22:32 +0000 (06:22 -0700)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2017 13:22:32 +0000 (06:22 -0700)
commit2281c041b24308811f781935a6c6848d55f24311
tree1c30ddeb2f6fd1e8d2faf0a796f33e70fc540cfd
parentd45cb040b9fcd74e8824d417bf789fcef4c9592c
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)
Doc/tools/templates/layout.html