summaryrefslogtreecommitdiff
path: root/sphinx/builders/html.py
Commit message (Expand)AuthorAgeFilesLines
* Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl2014-03-041-2/+1
|\
| * merge defaultYoshiki Shibukawa2014-01-221-17/+8
| |\
| * | Add html_search_* options templates to conf.pyYoshiki Shibukawa2014-01-201-1/+1
* | | Update copyright year.Georg Brandl2014-03-011-17/+6
|\ \ \
| * \ \ MergeDmitry Shachnev2014-01-221-3/+5
| |\ \ \ | | | |/ | | |/|
| | * | merge with stableGeorg Brandl2014-01-201-14/+3
| | |\ \
| * | \ \ MergeDmitry Shachnev2014-01-201-3/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-3/+3
| * | | | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ``un...Georg Brandl2014-01-191-4/+1
| |/ / /
| * | | merge headsshimizukawa2014-01-151-1/+4
| |\ \ \ | | | |/ | | |/|
| * | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-10/+2
* | | | Update copyright year.Georg Brandl2014-03-011-1/+1
| |_|/ |/| |
* | | updates per Georg Brandl:Viktor Haag2014-01-201-2/+4
* | | address issue #1352 -- make sure to check for the actual file stored in confi...Viktor Haag2014-01-201-2/+2
| |/ |/|
* | html builder: add missing "done" outputGeorg Brandl2014-01-111-0/+1
* | Closes #1319: Do not crash if the ``html_logo`` file does not exist.Georg Brandl2014-01-101-1/+3
|/
* Fix new html_extra_path option for singlehtml builder.Georg Brandl2013-09-161-0/+1
* Actual implementation.Matthias C. M. Troffaes2013-08-221-0/+12
* Support docutils.conf 'writers' and 'html4css1 writer' section by html writer.shimizukawa2013-07-261-1/+2
* SingleHtml builder now calls write_doc_serialized(). Closes #1162.Dmitry Shachnev2013-05-051-0/+1
* merge with parallel repoGeorg Brandl2013-03-291-5/+17
|\
| * html builder: rename get_object_hash to get_stable hashGeorg Brandl2013-03-291-12/+8
| * epub_use_index instead of html_use_index for epub builder (Issue #1106)Roland Meister2013-03-061-2/+2
| * fix: output all html every time with python3.3.shimizukawa2013-01-151-3/+19
* | builder: fix parallel build globals problems by splitting write_doc in twoGeorg Brandl2013-01-131-2/+7
* | Set "allow_parallel" to false by default.Georg Brandl2013-01-131-0/+1
|/
* Closes #1067: implement pluggable search scorer and tweak scoring to give goo...Georg Brandl2013-01-041-1/+2
* Merge with birkenfeld/sphinxRoland Meister2013-01-021-0/+2
|\
| * Bug #1047: templating toctree()'s includehidden argumentRoland Meister2012-12-101-0/+2
* | Copyright update.Georg Brandl2013-01-011-1/+1
|/
* Create link to full size image if it is scaled with width or height.ms4py2012-03-161-1/+2
* 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