summaryrefslogtreecommitdiff
path: root/sphinx/web/application.py
Commit message (Collapse)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
| | | | | | | * Add more block tags to the template, making inheriting them easier. * Make the HTML stylesheet configurable for html and htmlhelp builder. * Make the Pygments style configurable. * Create template and style dirs in quickstart.
* More refactoring, this time allowing different file extensionsGeorg Brandl2008-02-011-1/+1
| | | | | and a different master file. Also fix environment warning reporting and improve handling of error conditions.
* 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
| | | | | | - Add "changes" builder to quickly get an overview over all "versionadded/changed/deprecated" directives for a certain version - Cross-reference keywords - Fix some problems in the webapp and the latex writer
* 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 ↵Georg Brandl2007-08-021-1/+1
| | | | index page whatsnew link.
* 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