Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-05 | 1 | -1/+6 |
|\ | |||||
| * | Fix #7613: autodoc: autodoc does not respect __signature__ of the class | Takeshi KOMIYA | 2020-11-01 | 1 | -1/+6 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-02 | 2 | -32/+39 |
|\ \ | |/ | |||||
| * | Merge pull request #8351 from sphinx-doc/cleanup_napoleon | Takeshi KOMIYA | 2020-11-01 | 1 | -23/+3 |
| |\ | |||||
| | * | napoleon: simplify seealso transformationcleanup_napoleon | Takeshi KOMIYA | 2020-10-30 | 1 | -4/+3 |
| | * | napoleon: Remove unused function | Takeshi KOMIYA | 2020-10-30 | 1 | -19/+0 |
| * | | Merge pull request #8050 from keewis/preprocess-other-sections | Takeshi KOMIYA | 2020-10-30 | 1 | -2/+7 |
| |\ \ | | |/ | |/| | |||||
| | * | Merge branch '3.x' into preprocess-other-sections | Keewis | 2020-08-18 | 5 | -21/+93 |
| | |\ | |||||
| | * \ | Merge branch '3.x' into preprocess-other-sections | Keewis | 2020-08-07 | 4 | -20/+33 |
| | |\ \ | |||||
| | * | | | make sure the roles are stripped from invalid names, too | Keewis | 2020-08-06 | 1 | -0/+3 |
| | * | | | Merge branch '3.x' into preprocess-other-sections | Keewis | 2020-08-04 | 1 | -7/+32 |
| | |\ \ \ | |||||
| | * | | | | apply the type preprocessor only after the check for prefer_type | Keewis | 2020-08-04 | 1 | -2/+4 |
| * | | | | | Merge pull request #8051 from keewis/fix-see_also | Takeshi KOMIYA | 2020-10-30 | 1 | -25/+43 |
| |\ \ \ \ \ | |||||
| | * | | | | | always use :obj: instead of searching the inventory | Keewis | 2020-08-07 | 1 | -34/+2 |
| | * | | | | | translate the functions before attempting to find a matching role | Keewis | 2020-08-06 | 1 | -0/+22 |
| | * | | | | | ignore the mypy error on possibly failing attribute lookup | Keewis | 2020-08-06 | 1 | -1/+1 |
| | * | | | | | fix the tests by falling back to a empty dict on AttributeError | Keewis | 2020-08-04 | 1 | -1/+5 |
| | * | | | | | search the role for See Also items in the intersphinx inventory | Keewis | 2020-08-04 | 1 | -0/+24 |
| | |/ / / / | |||||
| * | | | | | Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloads | Takeshi KOMIYA | 2020-10-28 | 1 | -1/+4 |
| |\ \ \ \ \ | |||||
| * | | | | | | Fix #7785: autodoc_typehints=none does not effect to overloads | Takeshi KOMIYA | 2020-10-24 | 1 | -3/+7 |
* | | | | | | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-28 | 1 | -1/+4 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | autodoc: check whether __slots__ is a str | Matthias Geier | 2020-10-24 | 1 | -1/+4 |
| |/ / / / / | |||||
* | | | | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-10-24 | 1 | -15/+23 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge branch '3.x' into 3.2.x_to_3.x | Takeshi KOMIYA | 2020-10-24 | 3 | -32/+85 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix #7786: autodoc: can't detect overloaded methods defined in other file | Takeshi KOMIYA | 2020-10-05 | 1 | -12/+18 |
| | * | | | | | Merge branch '3.x' into 8200_typealias_break_type_annotation | Takeshi KOMIYA | 2020-10-04 | 1 | -0/+10 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Fix #8200: autodoc: type aliases break type formatting | Takeshi KOMIYA | 2020-10-03 | 1 | -2/+4 |
| * | | | | | | | Fix mypy violations (with mypy-0.790) | Takeshi KOMIYA | 2020-10-24 | 1 | -1/+1 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-04 | 1 | -12/+35 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | autodoc: deprecate SingledispatchFunctionDocumenter | Takeshi KOMIYA | 2020-10-04 | 1 | -0/+10 |
| | |/ / / / | |/| | | | | |||||
| * | | | | | Close #6518: autodoc: Add autodoc_type_aliases | Takeshi KOMIYA | 2020-10-03 | 1 | -12/+25 |
* | | | | | | Fix missing module: warnings | Takeshi KOMIYA | 2020-10-03 | 1 | -6/+0 |
* | | | | | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-03 | 3 | -3/+22 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge pull request #8142 from jcarrano/typing-generic-signatures | Takeshi KOMIYA | 2020-10-03 | 1 | -0/+11 |
| |\ \ \ \ \ | |||||
| | * | | | | | autodoc: blacklist typing.Generic.__new__ | Juan Carrano | 2020-08-21 | 1 | -0/+11 |
| | |/ / / / | |||||
| * | | | | | Merge branch '3.x' into 8172_napoleon_redos | Takeshi KOMIYA | 2020-09-28 | 2 | -1/+9 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch '3.x' into 8190_autodoc-process-docstring-without_ending_blankline | Takeshi KOMIYA | 2020-09-21 | 2 | -2/+5 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merge pull request #8147 from return007/only-builtin-classes-inheritance-diagram | Takeshi KOMIYA | 2020-09-20 | 1 | -1/+4 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | Fixes #8146: When identifying bases, only use classes from builtins | Gaurav Lalchandani | 2020-08-22 | 1 | -1/+4 |
| | | | |/ / / / | |||||
| | * | | | | | | Fix #8190: autodoc: parse error for docstring w/o ending blank lines | Takeshi KOMIYA | 2020-09-12 | 1 | -0/+5 |
| * | | | | | | | Fix #8172: napoleon: Potential of regex denial of service in google style docs | Takeshi KOMIYA | 2020-09-20 | 1 | -2/+2 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-09-13 | 2 | -3/+6 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Fix #8192: napoleon: description is disappeared by inline literals | Takeshi KOMIYA | 2020-09-10 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Fix #8143: AttributeError if autodoc_default_options contains False | Takeshi KOMIYA | 2020-08-22 | 1 | -2/+5 |
| |/ / / / | |||||
* | | | | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-08-14 | 1 | -0/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKING | Takeshi KOMIYA | 2020-08-13 | 1 | -0/+6 |
* | | | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-14 | 3 | -7/+28 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge pull request #8095 from keewis/toggle-preprocessor | Takeshi KOMIYA | 2020-08-13 | 2 | -6/+12 |
| |\ \ \ \ | |||||
| | * | | | | default to False and update the tests | Keewis | 2020-08-12 | 1 | -3/+3 |
| | * | | | | fix a typo | Keewis | 2020-08-10 | 1 | -1/+1 |