| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typos discovered by codespell | Christian Clauss | 2021-09-08 | 1 | -2/+2 |
| | | |||||
| * | Fix #9481: autosummary: some warnings contain non-existing filenames | Takeshi KOMIYA | 2021-07-25 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | `SphinxDirective.get_source_info()` returns the pair of fullpath of source and current line number. But our logging module expects one of these: * A string consists of fullpath and current line number * A pair of docname and current line number To show correct location for warnings, this adds `get_location()` method that returns the former one. Note: This also modifies C/C++ domains. | ||||
| * | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2021-05-03 | 1 | -4/+4 |
| | | |||||
| * | refactor: use raw Type for type annotations | Takeshi KOMIYA | 2021-04-04 | 1 | -6/+6 |
| | | |||||
| * | refactor: Use PEP-526 based variable annotation (sphinx.util) | Takeshi KOMIYA | 2021-03-10 | 1 | -4/+4 |
| | | |||||
| * | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
| * | | 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 |
| | |/ | |||||
