Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #2726: allow selecting what gets inserted into an autoclass directive. | Georg Brandl | 2008-05-04 | 1 | -0/+5 | |
| | ||||||
* | Document class. | Georg Brandl | 2008-05-04 | 1 | -1/+2 | |
| | ||||||
* | Allow the configuration directory to be set differently from the source ↵ | Georg Brandl | 2008-05-02 | 1 | -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 Brandl | 2008-04-13 | 1 | -0/+29 | |
| | | | | dependencies. | |||||
* | Support Sphinx.add_transform(). | Georg Brandl | 2008-04-13 | 1 | -0/+4 | |
| | ||||||
* | Allow the config to act as an extension. | Georg Brandl | 2008-04-06 | 1 | -0/+3 | |
| | ||||||
* | Support app.add_crossref_type(). | Georg Brandl | 2008-03-28 | 1 | -5/+15 | |
| | ||||||
* | Some miscellaneous fixes. | Georg Brandl | 2008-03-09 | 1 | -8/+15 | |
| | ||||||
* | * Allow registering arbitrary cross-referencing directives/roles. | Georg Brandl | 2008-03-09 | 1 | -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 Brandl | 2008-02-23 | 1 | -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 Brandl | 2008-02-09 | 1 | -0/+6 | |
| | ||||||
* | More refactoring, this time allowing different file extensions | Georg Brandl | 2008-02-01 | 1 | -2/+2 | |
| | | | | | and a different master file. Also fix environment warning reporting and improve handling of error conditions. | |||||
* | More refactoring: | Georg Brandl | 2008-01-27 | 1 | -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. |