summaryrefslogtreecommitdiffstats
path: root/Doc/tools/static
Commit message (Collapse)AuthorAgeFilesLines
* Remove retired and security branches from active docs (#3881)Ned Deily2017-10-041-3/+0
|
* Update the language selection in the docs language switch. (GH-3114) (#3117)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. (cherry picked from commit b616b972999cdd5fe54ef8a43c131a27ca538dee)
* bpo-31159: fix language switch regex on unknown yet built languages. … ↵Julien Palard2017-08-131-2/+3
| | | | | | | | | | | | | | | | | (#3051) (#3081) * bpo-31159: fix language switch regex on unknown yet built languages. (#3039) 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. (cherry picked from commit 122081deef86174beee965be1207fa46ea23533d) * bpo-31149: Doc: Add Japanese to the language switcher. (#3028) (cherry picked from commit c82b7f332aff606af6c9c163da75f1e86514125e) (cherry picked from commit e8e7fba0b24582959feca9c31f2a72fc0251f83d)
* bpo-31045: Language switch (#2652) (#3024)Julien Palard2017-08-082-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. (cherry picked from commit dff9b5f9d62aa0b23f8a255867d09d11890efd1b)
* Make 3.7 the current dev version in the html version of the docs.Ned Deily2016-09-201-3/+2
|
* #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.Ezio Melotti2016-03-131-0/+5
|
* 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
|
* Closes #26320: fix stylesheet after Sphinx update.Georg Brandl2016-02-101-4/+4
|
* update for 3.6 emergingBenjamin Peterson2015-05-271-1/+2
|
* highlight is now highlighted (closes #23909)Benjamin Peterson2015-04-101-1/+1
|
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
|
* Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵Georg Brandl2014-09-305-0/+754
nested subdirectory anymore.