summaryrefslogtreecommitdiff
path: root/sphinx/builders
Commit message (Expand)AuthorAgeFilesLines
...
| * | Change algorithm for EpubBuilder.make_idRoland Meister2013-06-061-3/+8
| * | Make navPoint ids unique in toc.ncxRoland Meister2013-04-291-1/+3
| * | Add the builder name as predefined tag for the only directive.Roland Meister2013-04-251-0/+3
* | | change: now XMLBuilder.get_target_uri() return docname to keep reference info...shimizukawa2013-06-161-1/+1
* | | Fix again. Remove the effect of DST changing by the execution time difference...shimizukawa2013-06-151-2/+4
* | | Force timezone offset to LocalTimeZone on POT-Creation-Date that was generate...shimizukawa2013-06-131-11/+12
| |/ |/|
* | Merged in tychoish/sphinx (pull request #145)Takayuki Shimizukawa2013-06-051-1/+0
|\ \
| * | fixing issue in parallel builds, sphinx drops second doctychoish2013-05-291-1/+0
| |/
* | Merged in mitya57/sphinx (pull request #139)Takayuki Shimizukawa2013-06-041-2/+19
|\ \
| * | add CHANGES for pot-creation-date format. Closes #1182shimizukawa2013-06-041-1/+0
| * | Add +0000 to POT-Creation-Datemasklinn2013-05-281-2/+20
| |/
* | SingleHtml builder now calls write_doc_serialized(). Closes #1162.Dmitry Shachnev2013-05-051-0/+1
|/
* Fix: 'make gettext' cause UnicodeDecodeError when templates contain utf-8 enc...shimizukawa2013-04-131-1/+1
* Fix: although template file did not have translation string, 'makee gettext' ...shimizukawa2013-04-131-3/+1
* Merged in rolmei/sphinx-epub (pull request #129)Roland Meister2013-04-081-9/+65
|\
| * Merge with birkenfeld/sphinxRoland Meister2013-04-031-9/+65
| |\
| | * Add helper function footnote_spot that determins where to put new footnotes.Roland Meister2013-03-111-3/+27
| | * Introduce _footnote_label_template global variable for customization.Roland Meister2013-03-111-1/+3
| | * New 'footnote' setting for epub_show_links.Roland Meister2013-03-111-2/+33
| | * Code cleanup: remove redundant check; move uri formatting into branch.Roland Meister2013-03-111-7/+6
* | | epub: dont warn about .js and .xml filesGeorg Brandl2013-04-071-1/+4
|/ /
* | Merged in rolmei/sphinx-epub (pull request #126)Roland Meister2013-04-036-32/+178
|\ \ | |/ |/|
| * websupport: adapt builder to changes in html builder due to parallel building...Georg Brandl2013-03-291-3/+8
| * builders: fix status_iterator backwards compatibilityGeorg Brandl2013-03-292-6/+6
| * merge with parallel repoGeorg Brandl2013-03-296-23/+106
| |\
| | * html builder: rename get_object_hash to get_stable hashGeorg Brandl2013-03-291-12/+8
| | * Add i18n capabilities for custom templates.shimizukawa2013-03-101-4/+54
| * | builders: the text and xml builders can be parallelized tooGeorg Brandl2013-01-142-0/+2
| * | builder: reduce # of subprocesses to N-1 for -jN, since the main process is a...Georg Brandl2013-01-141-2/+5
| * | builder: fix parallel build globals problems by splitting write_doc in twoGeorg Brandl2013-01-132-14/+34
| * | Set "allow_parallel" to false by default.Georg Brandl2013-01-132-2/+3
| * | builder: implement parallel writing based on multiprocessingGeorg Brandl2013-01-131-3/+70
| * | builder: make the status_iterator more flexible by supplying a functionGeorg Brandl2013-01-131-4/+6
* | | Merge with birkenfeld/sphnxRoland Meister2013-03-101-7/+15
|\ \ \ | |_|/ |/| |
| * | Add new setting epub_tocscope for epub builder.Roland Meister2013-03-061-4/+5
| * | Cleanup of toc generation.Roland Meister2013-03-061-4/+11
* | | Merged in rolmei/sphinx-epub (pull request #123)Takayuki Shimizukawa2013-03-103-3/+18
|\ \ \ | |/ /
| * | epub_use_index instead of html_use_index for epub builder (Issue #1106)Roland Meister2013-03-063-3/+18
* | | move "copy additional files" after "copying TeX support files" in latex builder.WAKAYAMA Shirou2013-03-051-7/+8
|/ /
* | change default arg to 'inline'WAKAYAMA Shirou2013-02-101-1/+1
* | change "epub_show_urls" option default value to 'inline'.WAKAYAMA Shirou2013-02-091-1/+1
* | add epub_show_urls option. This option is almost same as latex_show_urls.WAKAYAMA Shirou2013-02-061-6/+10
* | fix: output all html every time with python3.3.shimizukawa2013-01-151-3/+19
* | fix: `import xml` confusing. 2to3 converted `import xml.etree....` into `from...shimizukawa2013-01-141-0/+1
|/
* Fix pyflakes issues.Georg Brandl2013-01-132-2/+2
* Closes #976: Fix gettext does not extract index entries.shimizukawa2013-01-051-1/+13
* Add verbose option ``-v`` for sphinx-build and some rudimentary debugging sup...Jonathan Waltman2013-01-051-3/+7
* 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