summaryrefslogtreecommitdiff
path: root/sphinx/builders/html.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes #892: Fix single-HTML builder misbehaving with the master document in a...Georg Brandl2012-03-101-2/+5
* Merge with 1.0.Georg Brandl2011-09-221-11/+13
|\
| * Always close .buildinfo file after reading.Georg Brandl2011-09-221-11/+13
* | Section headings in :rst:dir:`only` directives are now correctly handled.Georg Brandl2011-01-081-1/+2
* | Determine search language in builder, and add missing method in websupport in...Georg Brandl2011-01-041-4/+9
* | #273: Add an API for adding full-text search support for languages other than...Georg Brandl2011-01-041-2/+7
* | merge with 1.0Georg Brandl2011-01-041-19/+20
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
| * #528: Observe :confval:`locale_dirs` when looking for the JS translations file.Georg Brandl2011-01-041-18/+19
* | merge with 1.0Georg Brandl2011-01-041-28/+47
|\ \ | |/ |/|
| * merge with 1.0Georg Brandl2010-12-281-1/+4
| |\
| * | Fix calling all serializers with pickle.HIGHEST_PROTOCOL argument.Georg Brandl2010-11-201-2/+4
| * | Make Theme class usable without a builder object.Georg Brandl2010-10-301-1/+2
| * | Fix loading JS searchindex data in Py3k.Georg Brandl2010-10-291-1/+5
| * | merge with 1.0Georg Brandl2010-10-221-0/+3
| |\ \
| * \ \ merge with 1.0Georg Brandl2010-08-251-26/+38
| |\ \ \
| | * | | Docstring harmonization.Georg Brandl2010-08-221-2/+1
| | * | | Declare if serializers/indexers dump unicode or bytes. Removes duplication o...Georg Brandl2010-07-281-32/+15
| | * | | Fixed the JSONHTMLBuilderDasIch2010-07-271-10/+39
| | * | | Use utf-8 instead of ascii to encode strings for hashingDasIch2010-06-201-2/+2
| | * | | make sure to encode strings passed to md5DasIch2010-06-201-2/+3
| | * | | Fix code formatting.Georg Brandl2010-07-281-5/+5
| | * | | Encode strings after they have been formattedDasIch2010-06-161-9/+9
| | * | | Pass document name as bytes.Georg Brandl2010-07-281-2/+2
* | | | | 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
| |_|/ |/| |
* | | #534: warning message instead of crash if invalid Pygments lexer name is used.Georg Brandl2010-10-221-0/+3
|/ /
* | #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ex...Georg Brandl2010-08-251-1/+4
|/
* 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
* The behavior of :confval:`html_file_suffix` changed slightly: the empty strin...Georg Brandl2010-07-171-1/+1
* merge with 0.6Georg Brandl2010-06-131-196/+348
|\
| * 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
| * #426: Fix encoding issues when saving/loading intersphinx inventories.Georg Brandl2010-05-261-4/+7
| * Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/inter...Georg Brandl2010-05-241-13/+27
| |\
| | * #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-3/+7
| | * merge with 0.6Georg Brandl2010-05-221-186/+332
| | |\ | | |/ | |/|
| * | mergeGeorg Brandl2010-04-181-104/+59
| |\ \
| | * \ merge with trunkGeorg Brandl2010-04-061-104/+59
| | |\ \
| | | * | Change domain-index API: introduce a class.Georg Brandl2010-02-281-11/+13
| | | * | Add method for adding custom indexes.Georg Brandl2010-02-211-1/+2
| | | * | Observe the deprecated *_use_modindex config values.Georg Brandl2010-02-201-0/+4
| | | * | Make the concept of "module index" generalized to domains. As a side-effect,...Georg Brandl2010-02-201-100/+29
| | | * | Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-0/+1
| | | * | merge with trunkGeorg Brandl2010-01-171-12/+30
| | | |\ \
| | | | * \ merge with trunkGeorg Brandl2010-01-171-4/+6
| | | | |\ \
| | | | * \ \ merge with trunkGeorg Brandl2010-01-171-128/+251
| | | | |\ \ \
| | | | * \ \ \ merge with trunkGeorg Brandl2010-01-171-2/+10
| | | | |\ \ \ \
| | | | * | | | | Add html-collect-pages event.Georg Brandl2010-01-131-1/+5