| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create themes/ subdirectory and move stuff from templates/ and static/ there. | gbrandl | 2009-01-05 | 13 | -2680/+0 |
| * | Fix JS search when html_copy_source is off. | Georg Brandl | 2008-12-07 | 1 | -1/+7 |
| * | Fix s/self/this in JavaScript. | Georg Brandl | 2008-12-06 | 1 | -1/+1 |
| * | Remove obsolete styles. | Georg Brandl | 2008-12-05 | 1 | -210/+0 |
| * | Make display equations centered. | Georg Brandl | 2008-11-23 | 1 | -1/+1 |
| * | A few math experience improvements, inspired by Fredrik Johansson. | Georg Brandl | 2008-11-16 | 2 | -0/+16 |
| * | Add/improve styling for topics and sidebars. | Georg Brandl | 2008-11-09 | 2 | -1/+41 |
| * | Allow empty seealso directive, and don't join all paragraphs in admonitions, | Georg Brandl | 2008-11-07 | 1 | -1/+1 |
| * | Remove explicit height for relbar, to allow breaking text | georg.brandl | 2008-10-25 | 1 | -1/+0 |
| * | A fix in the JS dumper and further compression by omitting redundant braces. | georg.brandl | 2008-09-24 | 1 | -19/+23 |
| * | Update jQuery. | georg.brandl | 2008-09-24 | 1 | -23/+23 |
| * | More compression: group objects by prefix. | georg.brandl | 2008-09-24 | 1 | -14/+24 |
| * | Compress the index more, by not storing the label name for keywords. | georg.brandl | 2008-09-24 | 1 | -5/+5 |
| * | * Search for partial keyword matches and be case insensitive. | georg.brandl | 2008-09-24 | 1 | -14/+33 |
| * | Some tiny search fixes. | armin.ronacher | 2008-09-24 | 1 | -2/+2 |
| * | Improved search slightly by adding keyword based lookup | armin.ronacher | 2008-09-23 | 1 | -8/+21 |
| * | Moved searchindex to the bottom to not lock the search page, prepared index f... | armin.ronacher | 2008-09-10 | 1 | -390/+374 |
| * | Improved search system. The search index is now a regular javascript file wh... | armin.ronacher | 2008-09-10 | 2 | -275/+154 |
| * | Add translation of strings in JavaScript files. | georg.brandl | 2008-09-06 | 2 | -13/+38 |
| * | No border around the logo. | georg.brandl | 2008-08-08 | 2 | -0/+8 |
| * | Link to master doc in TOC heading and logo. | georg.brandl | 2008-08-07 | 2 | -1/+9 |
| * | Merged revisions 65532,65546-65547,65550-65551 via svnmerge from | georg.brandl | 2008-08-06 | 1 | -0/+3 |
| * | Add math support to Sphinx. | georg.brandl | 2008-08-06 | 3 | -8/+16 |
| * | Merged revisions 64733,64743,64755,64795,64803 via svnmerge from | georg.brandl | 2008-07-08 | 1 | -2/+4 |
| * | Merged revisions 64725-64726,64730 via svnmerge from | georg.brandl | 2008-07-05 | 1 | -1/+1 |
| * | CSS fix for field lists. | georg.brandl | 2008-06-23 | 2 | -0/+22 |
| * | Don't collapse modindex if number of submodules is larger | georg.brandl | 2008-06-22 | 1 | -2/+5 |
| * | Fix style nit. | georg.brandl | 2008-06-12 | 1 | -0/+4 |
| * | Style fix for lists inside lists. | georg.brandl | 2008-05-31 | 2 | -0/+8 |
| * | Fix padding for line numbers. | georg.brandl | 2008-05-25 | 2 | -2/+2 |
| * | Don't write SSI-like comments. | georg.brandl | 2008-05-23 | 5 | -40/+40 |
| * | Automatic overflow for <pre> tags. | georg.brandl | 2008-05-12 | 1 | -0/+1 |
| * | Add globbing-style toctree entries. | georg.brandl | 2008-05-04 | 1 | -0/+4 |
| * | Move static files used for Web app into their own folder. | georg.brandl | 2008-05-03 | 6 | -162/+0 |
| * | Move style so that it looks OK in the generated HTML help. | georg.brandl | 2008-05-03 | 1 | -2/+1 |
| * | Update jQuery and use minified version. | georg.brandl | 2008-04-19 | 1 | -2338/+26 |
| * | Fix style sheet and remove unused styles. | georg.brandl | 2008-04-19 | 1 | -15/+0 |
| * | Support creating a Makefile in quickstart. | georg.brandl | 2008-03-18 | 1 | -1/+1 |
| * | Add search styles to sphinxdoc style. | georg.brandl | 2008-03-18 | 1 | -0/+26 |
| * | Fix searchtools JS. | georg.brandl | 2008-03-18 | 1 | -3/+4 |
| * | Make the sphinxdoc layout work with IE. | georg.brandl | 2008-03-16 | 1 | -39/+4 |
| * | Some miscellaneous fixes. | georg.brandl | 2008-03-09 | 1 | -6/+3 |
| * | Add code-block directive, to simplify integrating snippets | georg.brandl | 2008-03-09 | 2 | -0/+30 |
| * | * Allow registering arbitrary cross-referencing directives/roles. | georg.brandl | 2008-03-09 | 1 | -17/+68 |
| * | Add a new experimental style. | georg.brandl | 2008-03-09 | 3 | -0/+449 |
| * | * Allow custom static files to be created for the HTML builder. | georg.brandl | 2008-02-23 | 17 | -0/+4795 |