summaryrefslogtreecommitdiff
path: root/sphinx/templates
Commit message (Expand)AuthorAgeFilesLines
* Create themes/ subdirectory and move stuff from templates/ and static/ there.gbrandl2009-01-0512-506/+0
* Simplify script snippet, break long lines.Georg Brandl2009-01-042-9/+12
* fix #30: disable the search box when javascript isn't availableBenoit Boissinot2009-01-042-8/+19
* fix whitespace glitchgbrandl2008-12-291-1/+1
* New builder for Qt help collections, by Antonio Valentino.Georg Brandl2008-12-292-6/+8
* Some fixes and changelog entry after switch to Jinja2.Georg Brandl2008-12-281-1/+1
* Merge with http://bitbucket.org/birkenfeld/sphinxSebastian Wiesner2008-12-232-6/+6
|\
| * Fix name error in templateSebastian Wiesner2008-12-171-1/+1
| * Automated merge with http://www.bitbucket.org/birkenfeld/sphinx/Sebastian Wiesner2008-12-162-5/+5
| |\
| | * Fixed markup escaping issueSebastian Wiesner2008-11-271-1/+1
| | * Automated merge with https://bitbucket.org/birkenfeld/sphinxSebastian Wiesner2008-11-236-19/+19
| | |\
| | * | Switched templating to jinja2Sebastian Wiesner2008-11-202-4/+4
* | | | Source links in HTML are now generated with ``rel="nofollow"``.Georg Brandl2008-12-201-1/+1
* | | | Add sidebarsourcelink block.Georg Brandl2008-12-201-0/+2
|/ / /
* | | Remove last web leftovers.Georg Brandl2008-12-153-36/+0
* | | The new ``html_show_sourcelink`` config value can be used toGeorg Brandl2008-12-151-11/+3
* | | Fix JS search when html_copy_source is off.Georg Brandl2008-12-071-4/+5
| |/ |/|
* | Fix #51: escape config variables in HTML templates.Georg Brandl2008-11-236-19/+19
|/
* #47: fix English.Georg Brandl2008-11-191-1/+1
* Add "alt" attribute to be valid HTML.Georg Brandl2008-11-161-1/+1
* #39: spurious <generator ...> was emitted in HTML output. This is due to aGeorg Brandl2008-11-162-5/+5
* Support <meta> tags via meta directive.georg.brandl2008-10-181-0/+1
* Rename rellinks to linktags.georg.brandl2008-09-241-4/+3
* Add _() to some english strings.georg.brandl2008-09-111-1/+1
* Moved searchindex to the bottom to not lock the search page, prepared index f...armin.ronacher2008-09-101-1/+5
* Improved search system. The search index is now a regular javascript file wh...armin.ronacher2008-09-101-1/+1
* Properly call ``super()`` in overridden blocks in builtin templates,georg.brandl2008-09-064-0/+4
* When building html help, no scripts are embedded.georg.brandl2008-09-011-1/+1
* Add i18n support, thanks to Horst Gutmann.georg.brandl2008-08-0812-73/+71
* Remove old web templates.georg.brandl2008-08-0815-528/+0
* Link to master doc in TOC heading and logo.georg.brandl2008-08-071-2/+4
* Use numbers instead of [Link] in duplicate index entries.georg.brandl2008-08-072-3/+3
* Fix script location.georg.brandl2008-08-071-1/+1
* Merged revisions 65532,65546-65547,65550-65551 via svnmerge fromgeorg.brandl2008-08-061-0/+1
* Add math support to Sphinx.georg.brandl2008-08-062-6/+4
* Show Sphinx version in footer.georg.brandl2008-08-041-1/+1
* Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge...georg.brandl2008-07-182-3/+3
* Merged revisions 64733,64743,64755,64795,64803 via svnmerge fromgeorg.brandl2008-07-081-3/+4
* Merged revisions 64714-64715,64720,64723 via svnmerge fromgeorg.brandl2008-07-051-1/+1
* Fix precedence.georg.brandl2008-06-262-2/+2
* Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json f...armin.ronacher2008-06-262-2/+2
* Don't collapse modindex if number of submodules is largergeorg.brandl2008-06-222-2/+10
* Compile the right-aligned rellinks into a list that is iteratedgeorg.brandl2008-06-171-16/+6
* Support splitting the HTML index.georg.brandl2008-06-174-1/+92
* Add html_favicon config value.georg.brandl2008-06-151-2/+5
* Add html-page-context event for customizing the template context.georg.brandl2008-05-312-2/+2
* Add html_short_title and html_show_sphinx config values.georg.brandl2008-05-241-1/+4
* Add html_use_index flag.georg.brandl2008-05-231-0/+2
* Don't write SSI-like comments.georg.brandl2008-05-231-2/+2
* Fix XHTML.georg.brandl2008-05-051-1/+1