summaryrefslogtreecommitdiffstats
path: root/Doc/tools/static
Commit message (Collapse)AuthorAgeFilesLines
* [3.9] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20221)Miss Islington (bot)2020-05-191-1/+2
| | | | | | (cherry picked from commit 19e3e0026417caa92ffe21a67157363b45da9aa2) Co-authored-by: Julien Palard <julien@palard.fr>
* bpo-38592 Add pt-br switcher to Python Docs website (GH-16924)Marco Rougeth2019-10-271-0/+1
| | | | * 📜🤖 Added by blurb_it.
* Update doc switcher list for 3.8.0 (GH-16809)Ned Deily2019-10-151-1/+1
|
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824)Julien Palard2019-06-041-1/+2
|
* bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)zhsj2019-03-281-0/+1
|
* bpo-31146: Don't fallback switcher to english on not-yet pusblished ↵Julien Palard2018-11-201-0/+6
| | | | languages. (GH-10558)
* Forward port 3.7.0 final changesNed Deily2018-06-271-1/+1
|
* bpo-33378: Add Korean to the language switcher. (GH-6627)Dong-hee Na2018-04-281-0/+1
|
* bpo-30607: Use external python-doc-theme (GH-2017)Jon Wayne Parrott2018-03-014-255/+53
|
* Update Doc build to 3.8Ned Deily2018-01-311-1/+2
|
* bpo-31766: restore 3.5 to docs version switchers (#3969)Ned Deily2017-10-121-0/+1
|
* Remove retired and security branches from active docs (#3879)Ned Deily2017-10-041-3/+0
|
* Update the language selection in the docs language switch. (GH-3114)Julien Palard2017-08-171-1/+1
| | | Change the option for `Français` into `French` to be consistent with the other language selections that are already in English.
* bpo-31159: fix language switch regex on unknown yet built languages. (#3039)Julien Palard2017-08-091-2/+2
| | | | | | This fix a regex issue (a missing non-matching group around an 'or' list) and the specific possible case where a translation is built but not yet in known by the picker, but not explicitly listing possible languages in the regex.
* bpo-31149: Doc: Add Japanese to the language switcher. (#3028)Julien Palard2017-08-081-0/+1
|
* bpo-31045: Language switch (#2652)Julien2017-08-072-67/+146
| | | | | | | | | | | | | | | | | | * 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.
* Make 3.7 the current dev version in the html version of the docs.Ned Deily2016-09-201-3/+2
|
* Issue #26246: Set initial value of the hidden attr when creating copy button.Berker Peksag2016-03-021-0/+1
| | | | Patch by Liang-Bo Wang.
* #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.Ezio Melotti2016-02-271-7/+11
|
* update for 3.6 emergingBenjamin Peterson2015-05-271-1/+2
|
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
|
* Remove old overridden version of a Sphinx CSS file.Georg Brandl2014-10-011-446/+0
| | | | All Python-specific styling is now in the theme anyway.
* Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵Georg Brandl2014-09-305-0/+763
nested subdirectory anymore.