Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the language selection in the docs language switch. (GH-3114) | Julien Palard | 2017-08-17 | 1 | -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 Palard | 2017-08-09 | 1 | -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 Palard | 2017-08-08 | 1 | -0/+1 |
| | |||||
* | bpo-31045: Language switch (#2652) | Julien | 2017-08-07 | 2 | -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 Deily | 2016-09-20 | 1 | -3/+2 |
| | |||||
* | Issue #26246: Set initial value of the hidden attr when creating copy button. | Berker Peksag | 2016-03-02 | 1 | -0/+1 |
| | | | | Patch by Liang-Bo Wang. | ||||
* | #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. | Ezio Melotti | 2016-02-27 | 1 | -7/+11 |
| | |||||
* | update for 3.6 emerging | Benjamin Peterson | 2015-05-27 | 1 | -1/+2 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Remove old overridden version of a Sphinx CSS file. | Georg Brandl | 2014-10-01 | 1 | -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 Brandl | 2014-09-30 | 5 | -0/+763 |
nested subdirectory anymore. |