Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable testing with nightly python temporarilymypy-0.790 | Takeshi KOMIYA | 2020-10-24 | 1 | -3/+0 |
| | |||||
* | Fix mypy violations (with mypy-0.790) | Takeshi KOMIYA | 2020-10-24 | 4 | -9/+9 |
| | |||||
* | Merge pull request #8310 from jakobandersen/c_function_param_target | Jakob Lykke Andersen | 2020-10-13 | 5 | -9/+72 |
|\ | | | | | C, fix links to function parameters | ||||
| * | C, fix links to function parameters | Jakob Lykke Andersen | 2020-10-13 | 5 | -9/+72 |
|/ | |||||
* | Merge pull request #8275 from jakobandersen/cpp_fix_crash | Jakob Lykke Andersen | 2020-10-03 | 3 | -7/+35 |
|\ | | | | | C++, properly reject functions as duplicates | ||||
| * | C++, properly reject functions as duplicates | Jakob Lykke Andersen | 2020-10-03 | 3 | -0/+22 |
| | | | | | | | | Fixes sphinx-doc/sphinx#8270 | ||||
| * | C++, improve warning and debug messages | Jakob Lykke Andersen | 2020-10-03 | 1 | -7/+13 |
|/ | |||||
* | Merge pull request #8242 from jakobandersen/c_get_objects | Jakob Lykke Andersen | 2020-09-25 | 3 | -21/+24 |
|\ | | | | | C, fix names in get_objects() | ||||
| * | C, fix names in get_objects() | Jakob Lykke Andersen | 2020-09-14 | 3 | -21/+24 |
|/ | | | | Fixes sphinx-doc/sphinx#8160 | ||||
* | Merge pull request #8205 from tk0miya/test_with_pygments270 | Takeshi KOMIYA | 2020-09-13 | 1 | -1/+7 |
|\ | | | | | Fix our test failed with pygments-2.7.0 | ||||
| * | Fix our test failed with pygments-2.7.0 | Takeshi KOMIYA | 2020-09-13 | 1 | -1/+7 |
| | | | | | | | | | | Since pygments-2.7.0, it has changed the style of output HTML. That makes our test broken. This fixes it to pass with new pygments. | ||||
* | | Update CHANGES after PR | Jakob Lykke Andersen | 2020-09-12 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #8188 from utzig/fix-c-domain-intersphinx | Jakob Lykke Andersen | 2020-09-12 | 1 | -0/+4 |
|\ \ | | | | | | | domains: c: add missing intersphinx object types | ||||
| * | | domains: c: add missing intersphinx object types | Fabio Utzig | 2020-09-09 | 1 | -0/+4 |
| |/ | | | | | | | | | | | | | | | | | For intersphinx to be able to resolve references to C-Domain objects, it needs to have them declared in the obj_types dict. This is currently missing enum, enumerator, struct and union so those can't be referenced by an external project. This commit fixes the issue by adding them. Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no> | ||||
* | | Merge pull request #8187 from utzig/fix-typos | Jakob Lykke Andersen | 2020-09-09 | 2 | -2/+2 |
|\ \ | |/ |/| | domains: c: cpp: fix typos | ||||
| * | domains: c: cpp: fix typos | Fabio Utzig | 2020-09-09 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no> | ||||
* | Bump version | Takeshi KOMIYA | 2020-08-14 | 2 | -3/+24 |
| | |||||
* | Bump to 3.2.1 finalv3.2.1 | Takeshi KOMIYA | 2020-08-14 | 2 | -38/+5 |
| | |||||
* | Merge pull request #8108 from tk0miya/8099_NameError_for_TYPE_CHECKING | Takeshi KOMIYA | 2020-08-14 | 4 | -0/+37 |
|\ | | | | | Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKING | ||||
| * | Merge branch '3.2.x' into 8099_NameError_for_TYPE_CHECKING | Takeshi KOMIYA | 2020-08-14 | 6 | -14/+47 |
| |\ | |/ |/| | |||||
* | | Merge pull request #8117 from jakobandersen/c_cpp_function_attributes | Jakob Lykke Andersen | 2020-08-13 | 6 | -14/+44 |
|\ \ | | | | | | | C and C++, parsing function attributes | ||||
| * | | C and C++, parsing function attributes | Jakob Lykke Andersen | 2020-08-13 | 6 | -14/+44 |
|/ / | | | | | | | Fixes sphinx-doc/sphinx#8114 | ||||
* | | Merge pull request #8113 from jakobandersen/cpp_template_template | Jakob Lykke Andersen | 2020-08-13 | 3 | -0/+3 |
|\ \ | | | | | | | C++, fix template template parameter parsing | ||||
| * | | C++, fix template template parameter parsing | Jakob Lykke Andersen | 2020-08-13 | 3 | -0/+3 |
|/ / | | | | | | | https://github.com/sphinx-doc/sphinx/pull/8037#issuecomment-673511490 | ||||
| * | Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKING | Takeshi KOMIYA | 2020-08-13 | 4 | -0/+37 |
|/ | | | | | | `typing.get_type_hints()` raises NameError when the target object contains unresolavable type annotation (ex. TYPE_CHECKING). This handles the exception and use unresolved annotations for type hints. | ||||
* | Update CHANGES for PR #8095 | Takeshi KOMIYA | 2020-08-13 | 1 | -0/+5 |
| | |||||
* | Merge pull request #8095 from keewis/toggle-preprocessor | Takeshi KOMIYA | 2020-08-13 | 3 | -35/+64 |
|\ | | | | | add a setting to enable / disable the numpy type preprocessor | ||||
| * | default to False and update the tests | Keewis | 2020-08-12 | 2 | -32/+34 |
| | | |||||
| * | fix a typo | Keewis | 2020-08-10 | 1 | -1/+1 |
| | | |||||
| * | only preprocess if the preprocessor is enabled | Keewis | 2020-08-10 | 2 | -5/+27 |
| | | |||||
| * | add a setting to disable the type preprocessor | Keewis | 2020-08-10 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #8092 from tk0miya/8085_AttributeError_on_get_type_hints | Takeshi KOMIYA | 2020-08-12 | 2 | -0/+8 |
|\ \ | |/ |/| | Fix #8091: autodoc: AttributeError is raised on documenting an attribute | ||||
| * | Fix #8091: autodoc: AttributeError is raised on documenting an attribute | Takeshi KOMIYA | 2020-08-10 | 2 | -0/+8 |
|/ | | | | | | | | | Until Python 3.5.2, typing.get_type_hints() raises AttributeError if given object does not have `__code__` attribute. This handles the exception not to crash building documents. Note: The AttributeError was fixed at 3.5.3 refs: https://github.com/python/cpython/commit/991d14fee1805e17647940a2a8cbf4f62f0f09ea | ||||
* | Merge branch '8084_KeyError_for_broken_class' into 3.2.x | Takeshi KOMIYA | 2020-08-10 | 2 | -0/+8 |
|\ | |||||
| * | Fix #8084: autodoc: KeyError is raised on documenting a broken attribute | Takeshi KOMIYA | 2020-08-09 | 2 | -0/+9 |
| | | | | | | | | | | | | ``typing.get_type_hints()`` raises KeyError when a class having invalid __module__ was given. This handles the exception not to crash on build documents. | ||||
* | | Fix #8074: napoleon: Crashes during processing C-ext module | Takeshi KOMIYA | 2020-08-09 | 2 | -1/+6 |
|/ | | | | | inspect.getfile() raises TypeError if given object is a C-extension. This handles the exception not to be crashed. | ||||
* | Bump version | Takeshi KOMIYA | 2020-08-08 | 2 | -3/+24 |
| | |||||
* | Bump version | Takeshi KOMIYA | 2020-08-08 | 2 | -3/+24 |
| | |||||
* | Bump to 3.2.0 finalv3.2.0 | Takeshi KOMIYA | 2020-08-08 | 1 | -8/+2 |
| | |||||
* | Merge CHANGES of 3.1.3 (unreleased) to 3.2.0 | Takeshi KOMIYA | 2020-08-08 | 1 | -25/+0 |
| | |||||
* | Update CHANGES for PR #8071 | Takeshi KOMIYA | 2020-08-08 | 1 | -0/+1 |
| | |||||
* | Merge pull request #8071 from asmeurer/self-reference-warning-type | Takeshi KOMIYA | 2020-08-08 | 1 | -1/+3 |
|\ | | | | | Make the toc.circular suppress_warnings flag apply to self referenced toctrees | ||||
| * | Make the toc.circular suppress_warnings flag apply to self referenced toctrees | Aaron Meurer | 2020-08-07 | 1 | -1/+3 |
|/ | | | | Fixes https://github.com/sphinx-doc/sphinx/issues/7410#issuecomment-670678193. | ||||
* | Merge pull request #8038 from keewis/custom-get_documenter | Takeshi KOMIYA | 2020-08-08 | 1 | -2/+11 |
|\ | | | | | register custom autosummary get_documenter functions | ||||
| * | update the type hint | Keewis | 2020-08-07 | 1 | -1/+1 |
| | | |||||
| * | return a documenter instance instead of just the class | Keewis | 2020-08-07 | 1 | -4/+4 |
| | | |||||
| * | add a create_documenter method wrapping get_documenter | Keewis | 2020-08-07 | 1 | -1/+10 |
| | | |||||
| * | revert the dispatcher changes | Keewis | 2020-08-07 | 3 | -29/+1 |
| | | |||||
| * | Merge branch '3.x' into custom-get_documenter | Keewis | 2020-08-02 | 5 | -10/+80 |
| |\ | |||||
| * | | fix the calls of the custom documenter functions | Keewis | 2020-08-02 | 1 | -2/+2 |
| | | |