changeset: 106474:80970cf56048 branch: 3.6 parent: 106464:975e03b0aea6 parent: 106473:c63b09833141 user: Nick Coghlan date: Thu Feb 09 16:08:17 2017 +0100 files: Misc/ACKS Misc/NEWS description: Merge issue #26355 fix from Python 3.5 diff -r 975e03b0aea6 -r 80970cf56048 Doc/tools/templates/layout.html --- a/Doc/tools/templates/layout.html Tue Feb 07 11:27:48 2017 +0300 +++ b/Doc/tools/templates/layout.html Thu Feb 09 16:08:17 2017 +0100 @@ -38,6 +38,7 @@ {% endblock %} {% block extrahead %} + {% if builder != "htmlhelp" %} {% if not embedded %}{% endif %} {% if versionswitcher is defined and not embedded %}{% endif %} diff -r 975e03b0aea6 -r 80970cf56048 Misc/ACKS --- a/Misc/ACKS Tue Feb 07 11:27:48 2017 +0300 +++ b/Misc/ACKS Thu Feb 09 16:08:17 2017 +0100 @@ -220,6 +220,7 @@ Tarn Weisner Burton Lee Busby Katherine Busch +Matthias Bussonnier Ralph Butler Laurent De Buyst Zach Byrne diff -r 975e03b0aea6 -r 80970cf56048 Misc/NEWS --- a/Misc/NEWS Tue Feb 07 11:27:48 2017 +0300 +++ b/Misc/NEWS Thu Feb 09 16:08:17 2017 +0100 @@ -180,6 +180,9 @@ Documentation ------------- +- Issue #26355: Add canonical header link on each page to corresponding major + version of the documentation. Patch by Matthias Bussonnier. + - Issue #29349: Fix Python 2 syntax in code for building the documentation. Tests