| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix memory leak during parallel writing with multiplied warnings. | Georg Brandl | 2014-12-31 | 1 | -1/+3 |
| | | |||||
| * | Fix copy-paste error. | Georg Brandl | 2014-12-31 | 1 | -1/+1 |
| | | |||||
| * | Fix again for fffbcba0b. We should keep original env.update() return value ↵ | shimizukawa | 2014-11-27 | 1 | -2/+2 |
| | | | | | type as list-of-docnames-that-ordered-in-order-to-read. | ||||
| * | Fix: rebuilding cause crash unexpectedly when source files were added. The ↵ | shimizukawa | 2014-11-25 | 1 | -1/+0 |
| | | | | | problem appeared at fffbcba0b. | ||||
| * | Closes #1597: Added possibility to return a new template name from ↵ | Georg Brandl | 2014-10-23 | 2 | -6/+11 |
| | | | | | `html-page-context`. | ||||
| * | Incompatibility. Now :confval:`gettext_uuid` is set False by default. If ↵ | shimizukawa | 2014-10-05 | 3 | -1/+9 |
| | | | | | False, also levenshtein calculation is disabled. refs #1426 | ||||
| * | Fix Builder.imgpath has not been initialized correctly | tk0miya | 2014-10-01 | 1 | -2/+2 |
| | | |||||
| * | Merged in tk0miya/sphinx (pull request #297) | Takayuki Shimizukawa | 2014-09-29 | 5 | -10/+17 |
| |\ | | | | | | | Add imgpath property to all builders | ||||
| | * | Refactored; Initialize imagedir at init() method | tk0miya | 2014-09-29 | 2 | -5/+7 |
| | | | |||||
| | * | Merge with default | tk0miya | 2014-09-28 | 3 | -1/+4 |
| | |\ | |||||
| | * | | Remove debug print | tk0miya | 2014-09-28 | 1 | -3/+0 |
| | | | | |||||
| | * | | Add imgpath property to all builders | tk0miya | 2014-09-27 | 5 | -11/+19 |
| | | | | |||||
| * | | | add :confval:`gettext_enables` to enable extracting 'index' to gettext ↵ | shimizukawa | 2014-09-28 | 1 | -9/+10 |
| | |/ |/| | | | | | catalog output / applying translation catalog to generated documentation. Closes #1344 | ||||
| * | | Merged in tk0miya/sphinx (pull request #298) | Takayuki Shimizukawa | 2014-09-28 | 2 | -0/+2 |
| |\ \ | | | | | | | | | | Add new API: Sphinx.add_latex_package() | ||||
| | * | | Assign figure numbers automatically | tk0miya | 2014-09-26 | 2 | -0/+2 |
| | |/ | |||||
| * | | Add new API: Sphinx.add_latex_package() | tk0miya | 2014-09-27 | 1 | -0/+1 |
| |/ | | | | | Sphinx.add_latex_package() allows sphinx extensions to add latex packages. It helps creating extensions for latex (for example, latex-theming) | ||||
| * | remove with_statement feature for py25. | shimizukawa | 2014-09-26 | 1 | -1/+0 |
| | | |||||
| * | Make remaining builtin extensions parallel-read-proof. | Georg Brandl | 2014-09-22 | 2 | -4/+3 |
| | | |||||
| * | Fix default for verbosity option (crashes on Py3). | Georg Brandl | 2014-09-22 | 1 | -2/+1 |
| | | |||||
| * | Fix a memory leak in the parallel impl. ParallelChunked is now unnecessary. | Georg Brandl | 2014-09-22 | 1 | -7/+9 |
| | | |||||
| * | Add a possibility to later execute finishing-up tasks in parallel. | Georg Brandl | 2014-09-22 | 2 | -50/+65 |
| | | |||||
| * | Refactor parallel process into a base class that executes any task, and a ↵ | Georg Brandl | 2014-09-22 | 2 | -7/+7 |
| | | | | | derived class that executes a batch of the same task. | ||||
| * | Factor out parallel building into a utility class. Better error handling | Georg Brandl | 2014-09-22 | 1 | -47/+19 |
| | | | | | with traceback of the parallel process saved in the error log. | ||||
| * | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -17/+18 |
| | | |||||
| * | Move status_iterator to application object. | Georg Brandl | 2014-09-22 | 4 | -51/+18 |
| | | |||||
| * | Fix a few missing Unicode/bytes filename problems. | Georg Brandl | 2014-09-21 | 1 | -0/+3 |
| | | |||||
| * | merge with stable | Georg Brandl | 2014-09-17 | 1 | -3/+3 |
| |\ | |||||
| | * | Exception logs now contain the last 10 messages emitted by Sphinx. | Georg Brandl | 2014-09-17 | 1 | -3/+3 |
| | | | |||||
| * | | Merge with tip | shimizukawa | 2014-08-18 | 2 | -1/+45 |
| |\ \ | |||||
| | * | | Automatically compile ``*.mo`` files from ``*.po`` files. | shimizukawa | 2014-08-03 | 2 | -1/+45 |
| | | | | |||||
| * | | | Use config.master_doc insted of "index" | tk0miya | 2014-08-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update comment for adhoc changes | tk0miya | 2014-08-12 | 1 | -1/+9 |
| | | | | |||||
| * | | | Fix numbering section does not work at singlehtml mode (adhoc) | tk0miya | 2014-08-12 | 1 | -0/+10 |
| | | | | |||||
| * | | | Add app.set_translator() API to register or override a Docutils translator ↵ | shimizukawa | 2014-08-05 | 3 | -2/+8 |
| |/ / | | | | | | | class like :confval:`html_translator_class`. | ||||
| * | | merge with stable | shimizukawa | 2014-07-13 | 13 | -89/+79 |
| |\ \ | |/ |/| | |||||
| | * | * fix over 80 chars line and remove unused import. | shimizukawa | 2014-06-15 | 1 | -1/+3 |
| | | | |||||
| | * | merge with stable | shimizukawa | 2014-06-09 | 13 | -89/+77 |
| | |\ | |||||
| | | * | remove unnecessary `list()` wrappers. In some places, I replaced ↵ | shimizukawa | 2014-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | `iterable.sort()` with `sorted(iterable)`. | ||||
| | | * | use b prefix for bytes instead of sphinx.pycompat.b function. | shimizukawa | 2014-05-01 | 1 | -2/+1 |
| | | | | |||||
| | | * | wrap py3 iterators with list() for each places that expect a list object. ↵ | shimizukawa | 2014-04-30 | 4 | -4/+4 |
| | | | | | | | | | | | | | refs #1350. | ||||
| | | * | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350 | shimizukawa | 2014-04-30 | 1 | -7/+8 |
| | | | | |||||
| | | * | remove 'six' name except importing line. | shimizukawa | 2014-04-30 | 2 | -6/+5 |
| | | | | |||||
| | | * | use six privided functions/classes to support py2/py3 in one source. refs #1350 | shimizukawa | 2014-04-30 | 1 | -3/+4 |
| | | | | |||||
| | | * | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | shimizukawa | 2014-04-29 | 2 | -3/+4 |
| | | | | | | | | | | | | | one source. refs #1350. | ||||
| | | * | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | shimizukawa | 2014-04-29 | 5 | -11/+18 |
| | | | | | | | | | | | | | refs #1350. | ||||
| | | * | use six privided functions/classes to support py2/py3 in one source. refs #1350. | shimizukawa | 2014-04-29 | 3 | -8/+9 |
| | | | | |||||
| | | * | Merged in shibu/sphinx/add_stemmer (pull request #214) | Georg Brandl | 2014-03-04 | 1 | -2/+1 |
| | | |\ | |||||
| | | | * | merge default | Yoshiki Shibukawa | 2014-01-22 | 4 | -27/+16 |
| | | | |\ | |||||
| | | | * | | Add html_search_* options templates to conf.py | Yoshiki Shibukawa | 2014-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix encode error when building Add printing search language label when building | ||||
| | | * | | | merge with stable | Georg Brandl | 2014-03-02 | 11 | -54/+34 |
| | | |\ \ \ | |||||
