summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/sourcelink.html
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-5/+7
|\
| * Added WAI-ARIA roles to themes (document, banner, navigation, main, ↵Wes Turner2014-01-141-5/+7
| | | | | | | | | | | | | | | | contentinfo, note) https://en.wikipedia.org/wiki/WAI-ARIA http://www.w3.org/TR/wai-aria/roles
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* New year update.Georg Brandl2011-01-041-1/+1
|
* Fix compatibility with blocks in the old sidebar scheme: blocks cannot be ↵Georg Brandl2010-01-071-2/+0
| | | | used in included templates. Deprecate the blocks accordingly.
* The ``html_sidebars`` config value can now contain patterns as keys, and the ↵Georg Brandl2010-01-071-0/+18
values can be lists that explicitly select which sidebar templates should be rendered. That means that the builtin sidebar contents can be included only selectively.