| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create themes/ subdirectory and move stuff from templates/ and static/ there. | gbrandl | 2009-01-05 | 12 | -506/+0 |
| * | Simplify script snippet, break long lines. | Georg Brandl | 2009-01-04 | 2 | -9/+12 |
| * | fix #30: disable the search box when javascript isn't available | Benoit Boissinot | 2009-01-04 | 2 | -8/+19 |
| * | fix whitespace glitch | gbrandl | 2008-12-29 | 1 | -1/+1 |
| * | New builder for Qt help collections, by Antonio Valentino. | Georg Brandl | 2008-12-29 | 2 | -6/+8 |
| * | Some fixes and changelog entry after switch to Jinja2. | Georg Brandl | 2008-12-28 | 1 | -1/+1 |
| * | Merge with http://bitbucket.org/birkenfeld/sphinx | Sebastian Wiesner | 2008-12-23 | 2 | -6/+6 |
| |\ |
|
| | * | Fix name error in template | Sebastian Wiesner | 2008-12-17 | 1 | -1/+1 |
| | * | Automated merge with http://www.bitbucket.org/birkenfeld/sphinx/ | Sebastian Wiesner | 2008-12-16 | 2 | -5/+5 |
| | |\ |
|
| | | * | Fixed markup escaping issue | Sebastian Wiesner | 2008-11-27 | 1 | -1/+1 |
| | | * | Automated merge with https://bitbucket.org/birkenfeld/sphinx | Sebastian Wiesner | 2008-11-23 | 6 | -19/+19 |
| | | |\ |
|
| | | * | | Switched templating to jinja2 | Sebastian Wiesner | 2008-11-20 | 2 | -4/+4 |
| * | | | | Source links in HTML are now generated with ``rel="nofollow"``. | Georg Brandl | 2008-12-20 | 1 | -1/+1 |
| * | | | | Add sidebarsourcelink block. | Georg Brandl | 2008-12-20 | 1 | -0/+2 |
| |/ / / |
|
| * | | | Remove last web leftovers. | Georg Brandl | 2008-12-15 | 3 | -36/+0 |
| * | | | The new ``html_show_sourcelink`` config value can be used to | Georg Brandl | 2008-12-15 | 1 | -11/+3 |
| * | | | Fix JS search when html_copy_source is off. | Georg Brandl | 2008-12-07 | 1 | -4/+5 |
| | |/
|/| |
|
| * | | Fix #51: escape config variables in HTML templates. | Georg Brandl | 2008-11-23 | 6 | -19/+19 |
| |/ |
|
| * | #47: fix English. | Georg Brandl | 2008-11-19 | 1 | -1/+1 |
| * | Add "alt" attribute to be valid HTML. | Georg Brandl | 2008-11-16 | 1 | -1/+1 |
| * | #39: spurious <generator ...> was emitted in HTML output. This is due to a | Georg Brandl | 2008-11-16 | 2 | -5/+5 |
| * | Support <meta> tags via meta directive. | georg.brandl | 2008-10-18 | 1 | -0/+1 |
| * | Rename rellinks to linktags. | georg.brandl | 2008-09-24 | 1 | -4/+3 |
| * | Add _() to some english strings. | georg.brandl | 2008-09-11 | 1 | -1/+1 |
| * | Moved searchindex to the bottom to not lock the search page, prepared index f... | armin.ronacher | 2008-09-10 | 1 | -1/+5 |
| * | Improved search system. The search index is now a regular javascript file wh... | armin.ronacher | 2008-09-10 | 1 | -1/+1 |
| * | Properly call ``super()`` in overridden blocks in builtin templates, | georg.brandl | 2008-09-06 | 4 | -0/+4 |
| * | When building html help, no scripts are embedded. | georg.brandl | 2008-09-01 | 1 | -1/+1 |
| * | Add i18n support, thanks to Horst Gutmann. | georg.brandl | 2008-08-08 | 12 | -73/+71 |
| * | Remove old web templates. | georg.brandl | 2008-08-08 | 15 | -528/+0 |
| * | Link to master doc in TOC heading and logo. | georg.brandl | 2008-08-07 | 1 | -2/+4 |
| * | Use numbers instead of [Link] in duplicate index entries. | georg.brandl | 2008-08-07 | 2 | -3/+3 |
| * | Fix script location. | georg.brandl | 2008-08-07 | 1 | -1/+1 |
| * | Merged revisions 65532,65546-65547,65550-65551 via svnmerge from | georg.brandl | 2008-08-06 | 1 | -0/+1 |
| * | Add math support to Sphinx. | georg.brandl | 2008-08-06 | 2 | -6/+4 |
| * | Show Sphinx version in footer. | georg.brandl | 2008-08-04 | 1 | -1/+1 |
| * | Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge... | georg.brandl | 2008-07-18 | 2 | -3/+3 |
| * | Merged revisions 64733,64743,64755,64795,64803 via svnmerge from | georg.brandl | 2008-07-08 | 1 | -3/+4 |
| * | Merged revisions 64714-64715,64720,64723 via svnmerge from | georg.brandl | 2008-07-05 | 1 | -1/+1 |
| * | Fix precedence. | georg.brandl | 2008-06-26 | 2 | -2/+2 |
| * | Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json f... | armin.ronacher | 2008-06-26 | 2 | -2/+2 |
| * | Don't collapse modindex if number of submodules is larger | georg.brandl | 2008-06-22 | 2 | -2/+10 |
| * | Compile the right-aligned rellinks into a list that is iterated | georg.brandl | 2008-06-17 | 1 | -16/+6 |
| * | Support splitting the HTML index. | georg.brandl | 2008-06-17 | 4 | -1/+92 |
| * | Add html_favicon config value. | georg.brandl | 2008-06-15 | 1 | -2/+5 |
| * | Add html-page-context event for customizing the template context. | georg.brandl | 2008-05-31 | 2 | -2/+2 |
| * | Add html_short_title and html_show_sphinx config values. | georg.brandl | 2008-05-24 | 1 | -1/+4 |
| * | Add html_use_index flag. | georg.brandl | 2008-05-23 | 1 | -0/+2 |
| * | Don't write SSI-like comments. | georg.brandl | 2008-05-23 | 1 | -2/+2 |
| * | Fix XHTML. | georg.brandl | 2008-05-05 | 1 | -1/+1 |