summaryrefslogtreecommitdiffstats
path: root/Doc/tools/templates/layout.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128)Mariatta2017-08-181-1/+1
| | | | | | | 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)
* bpo-31045: Language switch (#2652) (#3024)Julien Palard2017-08-081-2/+3
| | | | | | | | | | | | | | | | | | | * Doc: Indicate the language * Renaming version_switcher to switchers (to add language_switcher). * Adding language switch. * Doc switchers: Enhance readability of regex parsing versions. * Doc switchers: Desambiguate the need of a replace(/\/+$/g, '') by proper naming. * Doc switchers: py3k can't reach js, it's redirected server-side by nginx. * Doc switchers: Examples matching actual regexes. * Doc switchers: Better fallback on unexisting translated version. (cherry picked from commit dff9b5f9d62aa0b23f8a255867d09d11890efd1b)
* bpo-28929: Link the documentation to its source file on GitHub (#38)Mariatta2017-02-121-2/+3
| | | | Change the documentation's `Show Source` link on the left menu to GitHub source file.
* Issue #26355: Specify canonical URLs in docs pagesNick Coghlan2017-02-091-0/+1
| | | | | | Add canonical header link on each page to corresponding major version of the documentation. Patch by Matthias Bussonnier.
* doc: i18n HTML templatesVictor Stinner2016-01-231-9/+9
| | | | | | | Issue #25907: Use {% trans %} tags in HTML templates to ease the translation of the documentation. The tag comes from Jinja templating system, used by Sphinx. Patch written by Julien Palard.
* Use https:// URLs in the HTML templates.Georg Brandl2014-10-291-2/+2
|
* Move Sphinx templates and extensions to their own subdirs.Georg Brandl2014-10-291-0/+51