summaryrefslogtreecommitdiff
path: root/sphinx/builders
Commit message (Expand)AuthorAgeFilesLines
* Always close .buildinfo file after reading.Georg Brandl2011-09-221-11/+13
* Closes #693: Fix double encoding done when writing HTMLHelp .hhk files.Georg Brandl2011-05-151-1/+1
* Add genindex and domain indices to spine.Georg Brandl2011-01-151-2/+9
* Fix a few nits found by epubcheck.Georg Brandl2011-01-151-1/+1
* Make token references work as hyperlinks again in LaTeX output.Georg Brandl2011-01-151-4/+0
* #573: Fix KeyErrors occurring on rebuild after removing a file.Georg Brandl2011-01-071-1/+2
* New year update.Georg Brandl2011-01-0411-11/+11
* #528: Observe :confval:`locale_dirs` when looking for the JS translations file.Georg Brandl2011-01-041-18/+19
* Use XML-entity-replace error handling in HTML output files. Fixes test_build...Georg Brandl2011-01-041-1/+1
* On HTML Help, ignore 'html_output_encoding' and use langage encoding.amenohi2010-11-181-1/+4
* Fix garbled HTML Help keywords.amenohi2010-11-181-1/+1
* #523: fixes for qthelp index.Georg Brandl2010-10-221-2/+2
* #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-221-0/+3
* mergeGeorg Brandl2010-08-261-8/+21
|\
| * Fix UnicodeError for unicode filenames while writing the zipfile.Roland Meister2010-08-071-0/+2
| * Empty titles in epub_pre/post_files add no entry in toc.ncx.Roland Meister2010-08-051-0/+2
| * Added dc:date metadata field to content.opf.Roland Meister2010-08-041-0/+3
| * Fix creation of content.opf and toc.ncx if master_doc is in a subdir.Roland Meister2010-08-041-0/+5
| * Use fix_fragment everywhere.Roland Meister2010-07-261-8/+9
* | merge with 0.6Georg Brandl2010-08-251-0/+1
|\ \
| * | #462: another qthelp namespace fix.Georg Brandl2010-07-021-0/+1
* | | #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ex...Georg Brandl2010-08-251-1/+4
* | | htmlhelp: pick up all non java script files in _static and its subdirsSteve Borho2010-08-191-1/+1
* | | Fix building with SingleHTMLBuilder when there is no toctree.Georg Brandl2010-07-271-3/+9
* | | Add a custom json serializer implementation that forces translation proxies. ...Georg Brandl2010-07-251-12/+4
* | | merge with bb:rolmei/sphinx-epub.Georg Brandl2010-07-221-31/+84
|\ \ \ | | |/ | |/|
| * | Moved href replacement of colons to hyphens to fix_fragment for the epub buil...Roland Meister2010-07-141-4/+8
| * | Replace colons with hyphens in genindex pages for the epub builder.Roland Meister2010-07-141-7/+38
| * | Added new config parameter epub_tocdup.Roland Meister2010-07-101-1/+1
| * | Better fix to replace colons with hyphensRoland Meister2010-07-101-6/+9
| * | Proper fix for missing refuri attribute; it's has_key, not hasattr.Roland Meister2010-07-081-1/+1
| * | Re-added visible links; this time not as docutils.transform.Roland Meister2010-07-081-29/+16
| * | Replace colons with hyphens in id and href attributes for the epub builder.Roland Meister2010-07-081-1/+29
* | | The behavior of :confval:`html_file_suffix` changed slightly: the empty strin...Georg Brandl2010-07-171-1/+1
* | | #391: do not report local links as "malformed" in the linkcheck builder.Georg Brandl2010-07-111-11/+8
|/ /
* | Omit nodes without refuri attribute from toc.ncx.Roland Meister2010-06-301-1/+1
* | Merged with http://bitbucket.org/birkenfeld/sphinx/.Roland Meister2010-06-142-1/+5
|\ \
| * \ merge with 0.6Georg Brandl2010-06-131-0/+4
| |\ \ | | |/
| | * #445: Fix links to result pages when using the search function of HTML built ...Georg Brandl2010-06-131-0/+4
| | * #432: Fix UnicodeErrors while building LaTeX in translated locale; do not swa...Georg Brandl2010-06-051-7/+1
| * | Reverse latex appendix logic: Add appendices if docclass is not howto. Also ...Georg Brandl2010-06-121-1/+1
* | | Disable VisibleLinksTransform because it may leak into the HTML generation.Roland Meister2010-06-071-2/+5
* | | Correct handling of extensions for extra filesRoland Meister2010-06-071-2/+2
* | | Only add refnodes with a class of 'toctree-l%d' to the toc.ncx fileRoland Meister2010-06-071-9/+8
* | | Use smartypants for toc entries.Roland Meister2010-06-031-4/+6
* | | Remove external refuris from toc.ncx.Roland Meister2010-06-031-1/+5
|/ /
* | Use status iterator for images and dlfiles.Georg Brandl2010-05-301-9/+8
* | The ``toctree`` callable in templates now accepts a ``titles_only`` keyword a...Georg Brandl2010-05-301-2/+2
* | #432: Fix UnicodeErrors while building LaTeX in translated locale; do not swa...Georg Brandl2010-05-281-7/+1
* | #426: Fix encoding issues when saving/loading intersphinx inventories.Georg Brandl2010-05-261-4/+7