| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #8342: Emit a warning if a unknown domain is given for directive or role8342_warning_for_unknown_domain | Takeshi KOMIYA | 2020-10-28 | 1 | -0/+3 |
| | | | | | | | | | Currently, Sphinx mention nothing if users use unknown domain in their documents (ex. `.. unknown:directive::`, `:unknown:role` and so on). This starts to warn them to be clear non acceptable mark-ups. refs: #8342 | ||||
| * | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix typo | Fabio Utzig | 2020-07-27 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no> | ||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-24 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix typo | Tetsuo Koyama | 2020-07-19 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-11 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | Fix #7619: Duplicated node IDs are generated if node has multiple IDs | Takeshi KOMIYA | 2020-07-09 | 1 | -1/+2 |
| | | | |||||
| * | | refactor: Update type annotations | Takeshi KOMIYA | 2020-05-02 | 1 | -15/+15 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-06 | 1 | -0/+4 |
| |\ \ | |/ | |||||
| | * | Fix #6477: Escape first "!" in a cross reference linking no longer possible | Takeshi KOMIYA | 2020-03-28 | 1 | -0/+4 |
| | | | |||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-23 | 1 | -4/+0 |
| |\ \ | |/ | |||||
| | * | Merge branch '2.x' into 3.x | Takeshi KOMIYA | 2020-03-22 | 1 | -4/+0 |
| | |\ | |||||
| | | * | Fix #7343: Sphinx builds has been slower since 2.4.0 on debug mode | Takeshi KOMIYA | 2020-03-20 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | For now, the debug log from SphinxTranslator does not help developers. So this disable the log outputs. Let's reconsider if we'll need it. | ||||
| * | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-21 | 1 | -4/+9 |
| |\ \ \ | |/ / | |||||
| | * | | C and C++ domains, change to new logging | Jakob Lykke Andersen | 2020-03-17 | 1 | -4/+9 |
| | | | | | | | | | | | | | Also add get_source_info() to SphinxDirective and SphinxRole | ||||
| * | | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+2 |
| | | | | |||||
| * | | | Deprecate codes for python 3.5 | Takeshi KOMIYA | 2020-03-07 | 1 | -2/+1 |
| |/ / | |||||
| * | | Merge branch '2.x' into 3.x | Takeshi KOMIYA | 2020-03-01 | 1 | -4/+4 |
| |\ \ | |/ | |||||
| | * | Fix #7223: Sphinx builds has been slower since 2.4.0 | Takeshi KOMIYA | 2020-02-29 | 1 | -4/+4 |
| | | | |||||
| * | | refactor: Update type annotations in sphinx.util.* | Takeshi KOMIYA | 2020-02-23 | 1 | -4/+6 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-19 | 1 | -1/+40 |
| |\ \ | |/ | |||||
| | * | SphinxTranslator calls visitor/departure method for super node class | Takeshi KOMIYA | 2020-01-10 | 1 | -1/+40 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | 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 | -2/+4 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-17 | 1 | -2/+1 |
| |\ \ | |/ | |||||
| | * | Don't return False always on __exit__() | Takeshi KOMIYA | 2019-10-20 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | According to the python/mypy#7214, mypy-0.740 prefers a return value of __exit__() method which does not swallow exceptions is None instead of bool. mypy#7214: https://github.com/python/mypy/issues/7214 | ||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-10-20 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix mypy violations (for mypy-0.740) | Takeshi KOMIYA | 2019-10-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-10-06 | 1 | -8/+8 |
| |\ \ | |/ | |||||
| | * | Fix mypy violations (for mypy-0.730) | Takeshi KOMIYA | 2019-10-06 | 1 | -8/+8 |
| | | | |||||
| * | | Merge branch '2.0' | jfbu | 2019-08-01 | 1 | -7/+8 |
| |\ \ | |/ | |||||
| | * | Fix type annotation for python 3.5.1 | Takeshi KOMIYA | 2019-07-13 | 1 | -7/+8 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-07-13 | 1 | -8/+8 |
| |\ \ | |/ | |||||
| | * | Merge branch '2.1.3' into 2.0 | Takeshi KOMIYA | 2019-07-13 | 1 | -8/+8 |
| | |\ | |||||
| | | * | Fix mypy violations (for mypy-0.720) | Takeshi KOMIYA | 2019-07-13 | 1 | -8/+8 |
| | | | | |||||
| * | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-15 | 1 | -10/+10 |
| |\ \ \ | |/ / | |||||
| | * | | Fix #6486: UnboundLocalError is raised if broken extension installed | Takeshi KOMIYA | 2019-06-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | refactor: correct interface of directive() and role() to docutils' | Takeshi KOMIYA | 2019-06-09 | 1 | -9/+9 |
| | | | | |||||
| * | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-09 | 1 | -92/+57 |
| |\ \ \ | |/ / | |||||
| | * | | Migrate to py3 style type annotation: sphinx.util.docutils | Takeshi KOMIYA | 2019-06-03 | 1 | -94/+58 |
| | |/ | |||||
| * | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -24/+2 |
| |/ | |||||
| * | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-07 | 1 | -1/+0 |
| |\ | |||||
| | * | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+0 |
| | | | |||||
| * | | Add a helper method ``SphinxDirective.set_source_info()`` | Takeshi KOMIYA | 2019-03-03 | 1 | -0/+5 |
| |/ | |||||
| * | docs: Add SphinxRole and ReferenceRole | Takeshi KOMIYA | 2019-02-16 | 1 | -1/+14 |
| | | |||||
| * | refactor: Rename the first argument of roles to `name` | Takeshi KOMIYA | 2019-02-16 | 1 | -9/+9 |
| | | | | | | In docutils' document, it is called as name. So our base class should call it as "name" also. | ||||
| * | Replace :pep: and :rfc: roles by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -2/+11 |
| | | |||||
| * | Replace :index: role by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -0/+33 |
| | | |||||
| * | Add SphinxRole | Takeshi KOMIYA | 2019-02-06 | 1 | -2/+41 |
| | | |||||
