| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
| * | refs #3329: emit warnings if po file is invalid and can't read it. Also ↵ | shimizukawa | 2017-01-13 | 1 | -1/+1 |
| | | | | | writing mo too. | ||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -3/+3 |
| | | |||||
| * | Fix #3294: ``add_latex_package()`` make crashes non-LaTeX builders | Takeshi KOMIYA | 2017-01-01 | 1 | -1/+2 |
| | | |||||
| * | Fix: #2469: Ignore updates of catalog files for gettext builder. Thanks to ↵ | shimizukawa | 2016-12-12 | 1 | -1/+1 |
| | | | | | Hiroshi Ohkubo. | ||||
| * | builtin extensions return metadata to allow parallel build | Takeshi KOMIYA | 2016-12-12 | 1 | -6/+0 |
| | | |||||
| * | Fix #3195: Can not build in parallel. All built-in extensions must have ↵ | shimizukawa | 2016-12-07 | 1 | -0/+6 |
| | | | | | 'parallel safe' flag. | ||||
| * | Merge branch 'stable' into 1.5-release | shimizukawa | 2016-12-04 | 1 | -1/+3 |
| |\ | |||||
| | * | Fix #3024, refs #3037: In Python3, application.Sphinx._log crushed when the ↵ | shimizukawa | 2016-12-04 | 1 | -1/+3 |
| | | | | | | | | | log message cannot be encoded into console encoding. | ||||
| * | | Revert "Add ``config-inited`` event" | Takeshi KOMIYA | 2016-11-20 | 1 | -5/+1 |
| | | | | | | | | | This reverts commit 9569c6dbff8e9bb2cc032ec4bc7ebdd50c4b570e. | ||||
| * | | Add ``config-inited`` event | Takeshi KOMIYA | 2016-11-18 | 1 | -1/+5 |
| | | | |||||
| * | | Remove return syntax if retval is unexpected | Takeshi KOMIYA | 2016-11-17 | 1 | -1/+1 |
| | | | |||||
| * | | Use boolean value to Sphinx.info() | Takeshi KOMIYA | 2016-11-17 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2016-11-06 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix calling convention for debu arguments | Bryan Van de Ven | 2016-11-02 | 1 | -1/+1 |
| | | | | | | | | | | | The message string has two placeholders, the debug args need to be unpacked so that all the placeholders are filled. | ||||
| * | | Remove intern() calls | Takeshi KOMIYA | 2016-10-19 | 1 | -4/+0 |
| | | | |||||
| * | | Detach managers on pickling environment | Takeshi KOMIYA | 2016-10-11 | 1 | -0/+1 |
| | | | |||||
| * | | Fix #1953: ``Sphinx.add_node`` does not add handlers the translator ↵ | Takeshi KOMIYA | 2016-08-19 | 1 | -0/+6 |
| | | | | | | | | | installed by `html_translator_class` | ||||
| * | | Closes #2799: Sphinx installs roles and directives automatically on ↵ | Takeshi KOMIYA | 2016-07-28 | 1 | -0/+5 |
| | | | | | | | | | | | | | importing sphinx module. Now Sphinx installs them on running application. | ||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2016-07-26 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix flake8 violation | Takeshi KOMIYA | 2016-07-26 | 1 | -1/+1 |
| | | | |||||
| * | | Use instance variable instead of class' to store of Sphinx.add_latex_package() | Takeshi KOMIYA | 2016-07-18 | 1 | -2/+1 |
| | | | |||||
| * | | Now all builders and domains work as built-in extensions | Takeshi KOMIYA | 2016-07-06 | 1 | -16/+35 |
| | | | |||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2016-07-02 | 1 | -4/+3 |
| |\ \ | |/ | |||||
| | * | Fix #2718: Sphinx crashes if the document file is not readable | Takeshi KOMIYA | 2016-07-02 | 1 | -4/+3 |
| | | | |||||
| * | | #2597: Show warning messages as darkred | Takeshi KOMIYA | 2016-06-24 | 1 | -3/+4 |
| | | | |||||
| * | | Show warnings if no domains match with `primary_domain` (ref: #2001) | Takeshi KOMIYA | 2016-06-11 | 1 | -0/+4 |
| |/ | |||||
| * | add extension blacklist to avoid error when loading deprecated extensions | Yoshiki Shibukawa | 2016-06-02 | 1 | -0/+9 |
| | | |||||
| * | fix #2522: Sphinx touches mo files under installed directory | shimizukawa | 2016-05-06 | 1 | -5/+10 |
| | | | | that caused permission error. | ||||
| * | Add warning for Application.add_source_parser() | Takeshi KOMIYA | 2016-04-24 | 1 | -0/+5 |
| | | |||||
| * | Refactor needs_sphinx | Takeshi KOMIYA | 2016-04-17 | 1 | -3/+5 |
| | | |||||
| * | Fix #2436: Sphinx does not check version by :confval:`needs_sphinx` if ↵ | Takeshi KOMIYA | 2016-04-16 | 1 | -7/+7 |
| | | | | | loading extensions failed | ||||
| * | Define new warning types for `suppress_warnings` (ref #2451) | Takeshi KOMIYA | 2016-04-16 | 1 | -4/+8 |
| | | |||||
| * | Add :confval:`suppress_warnings` to supress arbitrary warning message | Takeshi KOMIYA | 2016-02-23 | 1 | -1/+7 |
| | | |||||
| * | Fix #2329: Refresh environment forcely if source directory has changed | Takeshi KOMIYA | 2016-02-20 | 1 | -1/+1 |
| | | |||||
| * | Fix #1858: Support numbering custom nodes | Takeshi KOMIYA | 2016-02-14 | 1 | -2/+2 |
| | | |||||
| * | Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig feature | Takeshi KOMIYA | 2016-02-14 | 1 | -0/+11 |
| | | |||||
| * | Merge with stable | shimizukawa | 2016-02-09 | 1 | -1/+2 |
| |\ | | | | | | | | | | | | | Conflicts: sphinx/environment.py sphinx/ext/autodoc.py sphinx/writers/latex.py | ||||
| | * | Fix #2287: `sphinx.transforms.Locale` always uses rst parser. Sphinx i18n ↵ | shimizukawa | 2016-02-09 | 1 | -1/+2 |
| | | | | | | | | | feature should support parsers that specified source_parsers. | ||||
| * | | Fix #2235: ``needs_sphinx`` supports micro version comparison | Takeshi KOMIYA | 2016-01-21 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #2209 from tk0miya/2162_add_source_parser_API | Takeshi KOMIYA | 2016-01-17 | 1 | -0/+14 |
| |\ \ | | | | | | | Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and source_parsers from extension | ||||
| | * | | Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and ↵ | Takeshi KOMIYA | 2016-01-04 | 1 | -0/+14 |
| | | | | | | | | | | | | | source_parsers from extension | ||||
| * | | | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | Fix PEP8 complaint | Robert Lehmann | 2015-09-11 | 1 | -1/+1 |
| | | | | | | | pyflake8: E128 continuation line under-indented for visual indent. | ||||
| * | | Fixed #1786: Add configurable type hints. | Robert Lehmann | 2015-09-11 | 1 | -3/+4 |
| | | | | | | | | | | | This adds the option of giving, in addition to the type of the default value, hints about permissible types for configuration values. | ||||
| * | | merge with stable | shimizukawa | 2015-07-25 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError. | shimizukawa | 2015-07-25 | 1 | -1/+2 |
| | | | |||||
| * | | fixup test suite for already-registered warnings | Georg Brandl | 2015-07-22 | 1 | -8/+9 |
| | | | |||||
| * | | Closes #1962: when adding directives, roles or nodes from an extension, warn ↵ | Georg Brandl | 2015-07-21 | 1 | -0/+20 |
| |/ | | | | | | if such an element is already present (built-in or added by another extension). | ||||
