summaryrefslogtreecommitdiff
path: root/sphinx/web/application.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the old web package.Georg Brandl2008-06-051-826/+0
* * Allow custom static files to be created for the HTML builder.Georg Brandl2008-02-231-1/+1
* More refactoring, this time allowing different file extensionsGeorg Brandl2008-02-011-1/+1
* A few refactorings in Sphinx.Georg Brandl2008-01-161-47/+78
* Update copyright years and change license to BSD.Georg Brandl2008-01-111-2/+2
* Checkin my holiday work:Georg Brandl2007-12-291-10/+9
* Fix pickle loading with Windows. Bug #1090.Georg Brandl2007-09-031-3/+3
* Add proper status to 404 responses.Georg Brandl2007-08-141-2/+3
* Fix arg.Georg Brandl2007-08-141-1/+1
* Fix paths.Georg Brandl2007-08-141-2/+2
* Add a robots.py to the web app.Georg Brandl2007-08-141-2/+5
* Fix module index cloud size calculation.Georg Brandl2007-08-061-1/+1
* Further style nit and fix a missing import error.Georg Brandl2007-08-041-1/+1
* Merge revs 56695--56698 to 3k tree.Georg Brandl2007-08-031-1/+1
* Fix the modindex checkboxes if none is selected.Georg Brandl2007-08-031-1/+1
* Rename modules -> library, macmodules -> maclib. Use current version in index...Georg Brandl2007-08-021-1/+1
* Make module cloud sizes relative to the smallest number that's present, not 0.Georg Brandl2007-07-301-5/+7
* Initial import of the doc tools.Georg Brandl2007-07-231-0/+790