summaryrefslogtreecommitdiff
path: root/sphinx/builders
Commit message (Expand)AuthorAgeFilesLines
* Close #1990: Use caption of toctree to title of \tableofcontents in LaTeXTakeshi KOMIYA2015-08-211-0/+11
* Fix: "building [mo]" status indicates absolute path instead of relative from ...shimizukawa2015-08-091-1/+5
* Fix #1540: Fix RuntimeError with circular referenced toctreeTakeshi KOMIYA2015-08-094-4/+4
* Closes #1942: Fix a KeyError in websupport.Georg Brandl2015-07-251-0/+2
* Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError.shimizukawa2015-07-251-0/+3
* One way to work around the lack of html.parser.HTMLParserError in Python 3.5Barry Warsaw2015-07-241-1/+11
* Fix #1784: Provide non-minified JS code in sphinx/search/*.pyshimizukawa2015-06-081-0/+6
* refactoring: move i18n related function from osutil into i18nshimizukawa2015-03-162-2/+4
* rename function name to avoid ambiguousshimizukawa2015-03-161-3/+3
* Fixed #1771: automated .mo building doesn't work properly with template trans...shimizukawa2015-03-161-4/+8
* Fixed #1771: automated .mo building doesn't work properly with:shimizukawa2015-03-161-3/+3
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-2/+2
* final pep8 fixes; reactivate most warnings in flake8Georg Brandl2015-03-081-2/+2
* builders: pep8 fixesGeorg Brandl2015-03-0811-83/+90
* Fix flake8.Georg Brandl2015-03-082-21/+19
* Merge branch 'apple-help' of git://github.com/al45tair/sphinxGeorg Brandl2015-03-084-14/+285
|\
| * Use binary mode for writing plist file, as per Python 3 docs.Alastair Houghton2015-01-151-1/+1
| * Don't use codecs for writing plists; breaks on Python 3.Alastair Houghton2015-01-151-4/+1
| * Added some additional configuration variables for Apple Help.Alastair Houghton2015-01-151-23/+58
| * Altered the way we use applehelp_locale slightly. Also altered its default s...Alastair Houghton2015-01-141-3/+3
| * Disable Javascript search in Apple Help.Alastair Houghton2015-01-141-0/+4
| * Clean up the mechanism for disabling Javascript search.Alastair Houghton2015-01-142-14/+23
| * Added code signing support. Improved error handling. Fixed handle_finish to...Alastair Houghton2015-01-141-9/+47
| * More changes for Apple Help support.Alastair Houghton2015-01-131-8/+37
| * Added initial Apple help support.Alastair Houghton2015-01-132-0/+159
* | enables flake8 E501 line too long, E502 the backslash is redundant between br...shimizukawa2015-03-071-3/+3
* | Merge branch 'source_suffix'shimizukawa2015-02-271-4/+8
|\ \
| * | source_suffix can now be a list.Georg Brandl2015-02-081-4/+8
* | | Linkcheck now works with non-ASCII URIs.Georg Brandl2015-02-251-2/+18
* | | refs #1346. Add new default theme.shimizukawa2015-02-241-1/+1
* | | Closes #1227: Add `html_auto_image_link` config option to conf.py, to control...shimizukawa2015-02-221-17/+19
* | | The ``gettext_enables`` config value has been renamed to `gettext_additional_...shimizukawa2015-02-221-1/+1
|/ /
* | Remove non-determinismDmitry Shachnev2015-01-281-3/+4
* | Fixes #1688: actually emit warnings when doing parallel buildGeorg Brandl2015-01-251-0/+3
* | Closes #1687: for linkcheck purposes, HTTP 401 Unauthorized is working.Georg Brandl2015-01-191-5/+12
|/
* Closes #1669: make "language" available in HTML templates.Georg Brandl2015-01-101-0/+1
* Merge branch 'stable'Georg Brandl2015-01-0315-15/+15
|\
| * all: update copyrightGeorg Brandl2015-01-0315-15/+15
* | Fix memory leak during parallel writing with multiplied warnings.Georg Brandl2014-12-311-1/+3
* | Fix copy-paste error.Georg Brandl2014-12-311-1/+1
* | Fix again for fffbcba0b. We should keep original env.update() return value ty...Takayuki Shimizukawa2014-11-271-2/+2
* | Fix: rebuilding cause crash unexpectedly when source files were added. The pr...Takayuki Shimizukawa2014-11-251-1/+0
* | Closes #1597: Added possibility to return a new template name from `html-page...Georg Brandl2014-10-232-6/+11
* | Incompatibility. Now :confval:`gettext_uuid` is set False by default. If Fals...Takayuki Shimizukawa2014-10-053-1/+9
* | Fix Builder.imgpath has not been initialized correctlytk0miya2014-10-011-2/+2
* | Merged in tk0miya/sphinx (pull request #297)Takayuki Shimizukawa2014-09-295-10/+17
|\ \
| * | Refactored; Initialize imagedir at init() methodtk0miya2014-09-292-5/+7
| * | Merge with defaulttk0miya2014-09-283-1/+4
| |\ \
| * | | Remove debug printtk0miya2014-09-281-3/+0
| * | | Add imgpath property to all builderstk0miya2014-09-275-11/+19