summaryrefslogtreecommitdiff
path: root/sphinx/builder.py
Commit message (Expand)AuthorAgeFilesLines
* Removed the deprecated ``sphinx.builder`` module.Georg Brandl2009-06-081-28/+0
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* | merge in 0.5Georg Brandl2009-01-031-1/+1
|\ \ | |/
| * * #81: Write environment and search index in a manner that is safeGeorg Brandl2009-01-031-2/+6
| * Fix #67: Output warnings about failed doctests in the doctest extensionGeorg Brandl2008-12-151-3/+4
| * Fix JS search when html_copy_source is off.Georg Brandl2008-12-071-0/+1
* | use stacklevel=2 for easier debuggingBenjamin Peterson2008-12-271-1/+1
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | Add a DeprecationWarning for sphinx.builder.Georg Brandl2008-12-151-0/+6
* | Move builders and writers into new packages.Georg Brandl2008-11-291-1261/+13
|/
* Fix for Unicode strftime formats.Georg Brandl2008-11-131-2/+2
* Fix module name.Georg Brandl2008-11-081-1/+1
* Use Unicode for temporary title.Georg Brandl2008-11-081-1/+1
* Make output dir if it doesn't exist.Georg Brandl2008-11-041-1/+1
* Don't generate HTML modindex if no modules are present.Georg Brandl2008-11-041-2/+2
* Add -A option to pass values into HTML templates.Georg Brandl2008-11-041-0/+1
* Support <meta> tags via meta directive.Georg Brandl2008-10-181-2/+4
* Create pygments.css before copying user-supplied static files.Georg Brandl2008-10-161-12/+13
* #18: put footnotes at the correct location in the LaTeX writer.Georg Brandl2008-09-241-3/+4
* Rename util.json to util.jsdump because it doesn't generate valid JSON anymore.Georg Brandl2008-09-241-4/+19
* * Always use our own JS dumper instead of simplejson.Georg Brandl2008-09-241-5/+6
* Some tiny search fixes.Armin Ronacher2008-09-241-1/+1
* Improved search slightly by adding keyword based lookupArmin Ronacher2008-09-231-1/+1
* Improved search system. The search index is now a regular javascript file wh...Armin Ronacher2008-09-101-2/+3
* Add translation of strings in JavaScript files.Georg Brandl2008-09-061-1/+16
* Add exclude_dirnames value.Georg Brandl2008-08-101-0/+2
* Merged revisions 65566-65567,65623,65625 via svnmerge fromGeorg Brandl2008-08-101-1/+2
* * Add more generated text to the automatic translation.Georg Brandl2008-08-101-3/+4
* Add Czech translation by Pavel Kosina, and use Unicode gettext methods throug...Georg Brandl2008-08-081-1/+1
* Oops.Georg Brandl2008-08-081-2/+2
* Add i18n support, thanks to Horst Gutmann.Georg Brandl2008-08-081-7/+40
* Link to master doc in TOC heading and logo.Georg Brandl2008-08-071-0/+1
* Merged revisions 65532,65546-65547,65550-65551 via svnmerge fromGeorg Brandl2008-08-061-1/+2
* Add math support to Sphinx.Georg Brandl2008-08-061-0/+2
* Merged revisions 65498-65499,65526 via svnmerge fromGeorg Brandl2008-08-041-0/+3
* Add intersphinx extension.Georg Brandl2008-08-041-1/+1
* Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,...Georg Brandl2008-08-041-0/+3
* Show Sphinx version in footer.Georg Brandl2008-08-041-3/+4
* Little extension to the inventory protocol.Georg Brandl2008-08-041-3/+5
* Add "env-updated" and "missing-reference" events.Georg Brandl2008-08-041-9/+28
* Merged revisions 65138,65145-65146,65268-65273 via svnmerge fromGeorg Brandl2008-07-291-0/+1
* Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge...Georg Brandl2008-07-181-1/+1
* Fixed docstring dedenting and made the html writer more configurable in the s...Armin Ronacher2008-07-101-0/+6
* Merged revisions 64733,64743,64755,64795,64803 via svnmerge fromGeorg Brandl2008-07-081-0/+1
* Merged revisions 64714-64715,64720,64723 via svnmerge fromGeorg Brandl2008-07-051-1/+1
* Merged revisions 64703-64708,64710-64712 via svnmerge fromGeorg Brandl2008-07-041-0/+8
* Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json f...Armin Ronacher2008-06-261-18/+29
* Refactored pickle builder into a SerializingHTMLBuilder and PickleHTMLBuilder...Armin Ronacher2008-06-261-12/+29
* Removed last "web" bits from the pickle builder.Armin Ronacher2008-06-261-5/+4