summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Expand)AuthorAgeFilesLines
* Register custom roles as local, saves system_messages which can cause problem...Georg Brandl2009-02-211-3/+3
* Use better error messages for unsupported markup in LaTeX documents.Georg Brandl2009-02-121-8/+11
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* Fix two issues with non-ASCII characters being written to byte streams.Georg Brandl2008-12-151-4/+11
* Add env-purge-doc event. Add some examples for event usage.Georg Brandl2008-11-091-0/+1
* In linkcheck builder, return status code 1 on error, and emit warnings if -qGeorg Brandl2008-11-081-2/+14
* Fix typo.Georg Brandl2008-11-081-1/+1
* Use detailed version number in startup message.Georg Brandl2008-11-071-1/+2
* Add "source-read" event.Georg Brandl2008-10-161-0/+1
* silence some deprecation warningsBenjamin Peterson2008-10-041-3/+4
* Add math support to Sphinx.Georg Brandl2008-08-061-4/+31
* ``Sphinx.add_node()`` now takes optional visitor methods for the HTML,Georg Brandl2008-08-051-1/+19
* Merged revisions 65529 via svnmerge fromGeorg Brandl2008-08-041-12/+4
* Merged revisions 65498-65499,65526 via svnmerge fromGeorg Brandl2008-08-041-4/+12
* Add tests for between() and cut_lines() and fix them.Georg Brandl2008-08-041-1/+1
* Add missing events.Georg Brandl2008-08-041-2/+4
* Add "env-updated" and "missing-reference" events.Georg Brandl2008-08-041-0/+6
* Add a test suite skeleton, a first test for sphinx.config, and fix a bug in c...Georg Brandl2008-06-051-3/+5
* Fix the handling of extensions' config values.Georg Brandl2008-06-041-7/+6
* Add html-page-context event for customizing the template context.Georg Brandl2008-05-311-1/+2
* Add html_short_title and html_show_sphinx config values.Georg Brandl2008-05-241-8/+5
* Some pylint nits.Georg Brandl2008-05-041-5/+0
* #2726: allow selecting what gets inserted into an autoclass directive.Georg Brandl2008-05-041-0/+5
* Document class.Georg Brandl2008-05-041-1/+2
* Allow the configuration directory to be set differently from the source direc...Georg Brandl2008-05-021-2/+3
* Add new templating API, remove Jinja external and add it to setup.py dependen...Georg Brandl2008-04-131-0/+29
* Support Sphinx.add_transform().Georg Brandl2008-04-131-0/+4
* Allow the config to act as an extension.Georg Brandl2008-04-061-0/+3
* Support app.add_crossref_type().Georg Brandl2008-03-281-5/+15
* Some miscellaneous fixes.Georg Brandl2008-03-091-8/+15
* * Allow registering arbitrary cross-referencing directives/roles.Georg Brandl2008-03-091-0/+8
* * Allow custom static files to be created for the HTML builder.Georg Brandl2008-02-231-2/+3
* Add setup.py, add quickstart script.Georg Brandl2008-02-091-0/+6
* More refactoring, this time allowing different file extensionsGeorg Brandl2008-02-011-2/+2
* More refactoring:Georg Brandl2008-01-271-0/+180