Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | docs: Fix an example for add_directive() | Takeshi KOMIYA | 2020-10-04 | 1 | -4/+5 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #8280 from tk0miya/refactor_add_source_parser | Takeshi KOMIYA | 2020-10-06 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | refactor: Change signature of app.add_source_parser() | |||||
| * | | | | | | | | refactor: Change signature of app.add_source_parser() | Takeshi KOMIYA | 2020-10-04 | 1 | -2/+3 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make compatible with old versions, app.add_source_parser() have taken two types of arguments. But the compatibility was no longer needed since 3.0. So it would be better to use clearer signature. | |||||
* | | | | | | | | docs: Add documentation for "override" flag of app API | Takeshi KOMIYA | 2020-10-04 | 1 | -2/+49 | |
|/ / / / / / / | ||||||
* | | | | | | | Fix #6640: i18n: Failed to override system message translation | Takeshi KOMIYA | 2020-10-04 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our document describes that users can override system messages via their own message catalog named `sphinx.mo` under the locale_dirs. But it has not been used since its beginning of i18n mechanism because the priority of users' message catalog is lower than system's. This makes the priority of users' message catalog higher than system's. | |||||
* | | | | | | | Fix typo in warning emitted from Sphinx.add_lexer() | Dominic Davis-Foster | 2020-08-25 | 1 | -1/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Fix reported dir when throwing ApplicationError | Brandon Houghton | 2020-06-03 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | | | | | | if path.exists(self.outdir) and not path.isdir(self.outdir), error reported self.srcdir which should be self.outdir | |||||
* | | | | | latex: Allow to add LaTeX package after hyperref loaded via API | Takeshi KOMIYA | 2020-05-24 | 1 | -3/+8 | |
| | | | | | ||||||
* | | | | | Add allowed_exceptions parameter to Sphinx.emit() (refs: #7683) | Takeshi KOMIYA | 2020-05-17 | 1 | -4/+14 | |
| |_|_|/ |/| | | | | | | | | | | | It allows handlers to raise specified exceptions. | |||||
* | | | | Fix double space inconsistences in code, CHANGES and translations. | Álvaro Mondéjar | 2020-05-09 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Fix #7345: sphinx-build: Sphinx crashes if output directory exists as a file | Takeshi KOMIYA | 2020-03-21 | 1 | -0/+4 | |
| | | | ||||||
* | | | Fix #7282: i18n: messages using ngettext() does not translated | Takeshi KOMIYA | 2020-03-14 | 1 | -6/+8 | |
| |/ |/| | ||||||
* | | Merge branch '2.x' into 3.x | Takeshi KOMIYA | 2020-03-12 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Fix mypy violations (with mypy-0.770) | Takeshi KOMIYA | 2020-03-12 | 1 | -1/+1 | |
| | | ||||||
* | | Support priority of event handlers | Takeshi KOMIYA | 2020-01-16 | 1 | -3/+11 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-11 | 1 | -5/+5 | |
|\ \ | |/ | ||||||
| * | refactor: Rename var keyword argument to "**kwargs" | Takeshi KOMIYA | 2020-01-08 | 1 | -5/+5 | |
| | | ||||||
* | | Update application.py | Chris Holdgraf | 2020-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | updating docstring for add_js_file for body element | Chris Holdgraf | 2020-01-03 | 1 | -2/+7 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -7/+8 | |
|\ \ | |/ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -7/+8 | |
| | | ||||||
* | | Fix flake8 violations | Takeshi KOMIYA | 2019-12-25 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-25 | 1 | -117/+82 | |
|\ \ | |/ | ||||||
| * | Migrate to py3 style type annotation: sphinx.application | Takeshi KOMIYA | 2019-12-25 | 1 | -126/+90 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-22 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Add IndexDomain | Takeshi KOMIYA | 2019-12-22 | 1 | -1/+1 | |
| | | ||||||
| * | Replace `a and b or c` by the more legible `b if a or c`. | Antony Lee | 2019-12-21 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-09 | 1 | -0/+7 | |
|\ \ | |/ | ||||||
| * | Merge branch '2.2.2' into 2.0 | Takeshi KOMIYA | 2019-12-03 | 1 | -0/+7 | |
| |\ | ||||||
| | * | Fix #6803: Disable parallel build on macOS and py38+ | Takeshi KOMIYA | 2019-12-01 | 1 | -0/+7 | |
| | | | ||||||
* | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-17 | 1 | -9/+13 | |
|\ \ \ | |/ / | ||||||
| * | | Improve variable names and code style | Thomas Robitaille | 2019-11-12 | 1 | -13/+12 | |
| | | | ||||||
| * | | Give a warning when extensions are explicitly not parallel safe | Thomas Robitaille | 2019-11-12 | 1 | -9/+14 | |
| |/ | ||||||
* | | Merge branch '2.0' | jfbu | 2019-08-01 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Fix type annotation for python 3.5.1 | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-07-01 | 1 | -3/+5 | |
|\ \ | |/ | ||||||
| * | Close #6475: Add override argument to app.add_autodocumenter() | Takeshi KOMIYA | 2019-06-30 | 1 | -3/+5 | |
| | | ||||||
* | | Merge commit '54d5fcfaebc3364044761d30c0fed6bd4d3052c3' | Takeshi KOMIYA | 2019-06-02 | 1 | -7/+14 | |
|\ \ | |/ | ||||||
| * | Sphinx.add_lexer() now takes a Lexer class instead of instance | Takeshi KOMIYA | 2019-06-01 | 1 | -6/+14 | |
| | | ||||||
| * | refactor: app.add_lexer() | Takeshi KOMIYA | 2019-06-01 | 1 | -4/+3 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-05-29 | 1 | -3/+10 | |
|\ \ | |/ | ||||||
| * | ENH: Explain warnings-as-errors | Eric Larson | 2019-05-14 | 1 | -3/+10 | |
| | | ||||||
| * | Make EventManager portable | Takeshi KOMIYA | 2019-04-16 | 1 | -13/+7 | |
| | | | | | | | | | | | | So far, we need to bypass application object for modules to emit a event. This make EventManager portable and easy to pass event emitter. This brings modules less coupled with application object. | |||||
* | | Merge pull request #6260 from tk0miya/refactor_events | Takeshi KOMIYA | 2019-04-16 | 1 | -13/+7 | |
|\ \ | | | | | | | Make EventManager portable | |||||
| * | | Make EventManager portable | Takeshi KOMIYA | 2019-04-06 | 1 | -13/+7 | |
| | | | | | | | | | | | | | | | | | | So far, we need to bypass application object for modules to emit a event. This make EventManager portable and easy to pass event emitter. This brings modules less coupled with application object. | |||||
* | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-04-07 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Merge branch '2.0' into refactor_citations | Takeshi KOMIYA | 2019-04-06 | 1 | -2/+10 | |
| |\ | ||||||
| | * | Merge branch '2.0.1' into 2.0 | Takeshi KOMIYA | 2019-03-31 | 1 | -2/+10 | |
| | |\ |