summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Collapse)AuthorAgeFilesLines
...
* #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 ↵Georg Brandl2008-05-021-2/+3
| | | | | | directory. Also don't import docutils on importing sphinx.
* Add new templating API, remove Jinja external and add it to setup.py ↵Georg Brandl2008-04-131-0/+29
| | | | dependencies.
* 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 labels anywhere, and allow giving an explicit caption in :ref: links. * Some fixes to the sphinxdoc style. * Add an option to show author information in the output. * Search user-defined templates in the order they occur in the config (thanks Nick).
* * Allow custom static files to be created for the HTML builder.Georg Brandl2008-02-231-2/+3
| | | | | | | * 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.
* 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
| | | | | and a different master file. Also fix environment warning reporting and improve handling of error conditions.
* More refactoring:Georg Brandl2008-01-271-0/+180
* Move refcounting into an addon module. * Rename the extension manager to Application and use it throughout. * Fix some bugs found by pylint. * Add "ifconfig" addon.