summaryrefslogtreecommitdiff
path: root/sphinx/builder.py
Commit message (Expand)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
* 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 setup.py, add quickstart script.georg.brandl2008-02-091-6/+15
* More refactoring, this time allowing different file extensionsgeorg.brandl2008-02-011-153/+174
* Add link checker builder, written for GHOP by Thomas Lamb.georg.brandl2008-02-011-9/+115
* More refactoring:georg.brandl2008-01-271-72/+60
* 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
* Further fixes. All produced latex documents now run through pdflatex without ...georg.brandl2007-12-161-18/+20
* 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
* 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
* 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
* Add an envvar directive too. Link from :envvar: and :option: to the relevant ...georg.brandl2007-10-201-1/+2
* 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 module...georg.brandl2007-08-151-6/+6
* 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
* Rename modules -> library, macmodules -> maclib. Use current version in index...georg.brandl2007-08-021-0/+1
* 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