summaryrefslogtreecommitdiff
path: root/sphinx/builder.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Actually honor the "title" value in latex_documents, if present.Georg Brandl2008-03-091-0/+1
|
* * Allow registering arbitrary cross-referencing directives/roles.Georg Brandl2008-03-091-7/+4
| | | | | | | | * 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).
* Fix to load user-provided templates before system-provided ones.Georg Brandl2008-03-091-0/+1
|
* Add some labels by default; create a master doc in quickstart.Georg Brandl2008-03-081-0/+1
|
* Use a list.Georg Brandl2008-02-241-1/+1
|
* Fix config value name.Georg Brandl2008-02-231-1/+1
|
* * Allow custom static files to be created for the HTML builder.Georg Brandl2008-02-231-21/+22
| | | | | | | * 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-6/+15
|
* More refactoring, this time allowing different file extensionsGeorg Brandl2008-02-011-153/+174
| | | | | and a different master file. Also fix environment warning reporting and improve handling of error conditions.
* Add link checker builder, written for GHOP by Thomas Lamb.Georg Brandl2008-02-011-9/+115
|
* More refactoring:Georg Brandl2008-01-271-72/+60
| | | | | | | * 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.
* Fix.Georg Brandl2008-01-221-1/+0
|
* Further refactorings, add extensibility API.Georg Brandl2008-01-211-111/+88
|
* A few refactorings in Sphinx.Georg Brandl2008-01-161-168/+201
|
* Update copyright years and change license to BSD.Georg Brandl2008-01-111-2/+2
|
* Checkin my holiday work:Georg Brandl2007-12-291-36/+153
| | | | | | - 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
* Further fixes. All produced latex documents now run through pdflatex without ↵Georg Brandl2007-12-161-18/+20
| | | | errors.
* Implement field lists, print warnings instead of raising RuntimeErrors.Georg Brandl2007-12-161-4/+4
|
* Several improvements to the latex builder.Georg Brandl2007-12-161-7/+8
|
* Implement index entries, production lists and the glossary.Georg Brandl2007-12-161-10/+16
|
* - rename webify/unwebify to canonical/os_pathGeorg Brandl2007-12-071-31/+41
| | | | | | | - build all documents correctly, including howtos - pack ACKS content into an .. acks directive, to make it possible to render it into a comma-separated list in latex
* Fix highlighting code a bit.Georg Brandl2007-12-061-2/+2
|
* Add highlighting for LaTeX builder.Georg Brandl2007-12-061-1/+1
|
* Continue work on the PDF builder. The documents now build and run through LaTeX.Georg Brandl2007-12-061-13/+14
| | | | Some elements are still missing though.
* Add beginnings of a LaTeX writer. This is in no way usable code yet.Georg Brandl2007-12-051-24/+79
|
* Apply Tim Golden's patch from #1520, which resolves confusion betweenGeorg Brandl2007-12-031-12/+49
| | | | | file paths and relative URIs so that building on Windows is flawlessly possible.
* Add an envvar directive too. Link from :envvar: and :option: to the relevant ↵Georg Brandl2007-10-201-1/+2
| | | | directives.
* Oops.Georg Brandl2007-09-061-1/+0
|
* Patch #1119 from Lars: correctly handle pruning the search index.Georg Brandl2007-09-061-1/+2
|
* Don't use JavaScript and section anchors in the htmlhelp version.Georg Brandl2007-08-241-2/+2
|
* Two fixes.Georg Brandl2007-08-171-1/+3
|
* Add a way to mark deprecated modules, and show this information in the ↵Georg Brandl2007-08-151-6/+6
| | | | | | module index. Also, generate a useful "title" attribute for module crossreferences.
* Copy the environment pickle to the output dir in the web builder.Georg Brandl2007-08-151-0/+5
|
* Fix searching and search index creation for incremental builds.Georg Brandl2007-08-091-52/+53
|
* Add an explicit doctreedir option.Georg Brandl2007-08-091-13/+13
|
* Fix a key name.Georg Brandl2007-08-061-1/+1
|
* Apply config overrides before searching for version info.Georg Brandl2007-08-061-2/+2
|
* Replace some XXXs on the index page.Georg Brandl2007-08-041-0/+8
| | | | Port the download page, still needs to be populated.
* Rename modules -> library, macmodules -> maclib. Use current version in ↵Georg Brandl2007-08-021-0/+1
| | | | index page whatsnew link.
* Automatically get version info from the patchlevel.h file.Georg Brandl2007-08-011-0/+13
|
* Move utils to separate package, add coding document.Georg Brandl2007-07-241-1/+1
|
* Initial import of the doc tools.Georg Brandl2007-07-231-0/+608