summaryrefslogtreecommitdiff
path: root/sphinx/builders/html.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #1597: Added possibility to return a new template name from `html-page...Georg Brandl2014-10-231-4/+7
* Refactored; Initialize imagedir at init() methodtk0miya2014-09-291-1/+3
* Merge with defaulttk0miya2014-09-281-1/+2
|\
| * Assign figure numbers automaticallytk0miya2014-09-261-0/+1
* | Add imgpath property to all builderstk0miya2014-09-271-4/+5
|/
* Make remaining builtin extensions parallel-read-proof.Georg Brandl2014-09-221-2/+2
* Add a possibility to later execute finishing-up tasks in parallel.Georg Brandl2014-09-221-20/+29
* Refactor parallel process into a base class that executes any task, and a der...Georg Brandl2014-09-221-2/+2
* Move status_iterator to application object.Georg Brandl2014-09-221-5/+5
* Use config.master_doc insted of "index"tk0miya2014-08-181-1/+1
* Update comment for adhoc changestk0miya2014-08-121-1/+9
* Fix numbering section does not work at singlehtml mode (adhoc)tk0miya2014-08-121-0/+10
* Add app.set_translator() API to register or override a Docutils translator cl...shimizukawa2014-08-051-1/+3
* * fix over 80 chars line and remove unused import.shimizukawa2014-06-151-1/+3
* use b prefix for bytes instead of sphinx.pycompat.b function.shimizukawa2014-05-011-2/+1
* remove 'six' name except importing line.shimizukawa2014-04-301-4/+3
* use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-2/+2
* use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-5/+6
* use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-291-3/+4
* 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