summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x'Takeshi KOMIYA2020-11-051-1/+6
|\
| * Fix #7613: autodoc: autodoc does not respect __signature__ of the classTakeshi KOMIYA2020-11-011-1/+6
* | Merge branch '3.x'Takeshi KOMIYA2020-11-022-32/+39
|\ \ | |/
| * Merge pull request #8351 from sphinx-doc/cleanup_napoleonTakeshi KOMIYA2020-11-011-23/+3
| |\
| | * napoleon: simplify seealso transformationcleanup_napoleonTakeshi KOMIYA2020-10-301-4/+3
| | * napoleon: Remove unused functionTakeshi KOMIYA2020-10-301-19/+0
| * | Merge pull request #8050 from keewis/preprocess-other-sectionsTakeshi KOMIYA2020-10-301-2/+7
| |\ \ | | |/ | |/|
| | * Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-185-21/+93
| | |\
| | * \ Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-074-20/+33
| | |\ \
| | * | | make sure the roles are stripped from invalid names, tooKeewis2020-08-061-0/+3
| | * | | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-041-7/+32
| | |\ \ \
| | * | | | apply the type preprocessor only after the check for prefer_typeKeewis2020-08-041-2/+4
| * | | | | Merge pull request #8051 from keewis/fix-see_alsoTakeshi KOMIYA2020-10-301-25/+43
| |\ \ \ \ \
| | * | | | | always use :obj: instead of searching the inventoryKeewis2020-08-071-34/+2
| | * | | | | translate the functions before attempting to find a matching roleKeewis2020-08-061-0/+22
| | * | | | | ignore the mypy error on possibly failing attribute lookupKeewis2020-08-061-1/+1
| | * | | | | fix the tests by falling back to a empty dict on AttributeErrorKeewis2020-08-041-1/+5
| | * | | | | search the role for See Also items in the intersphinx inventoryKeewis2020-08-041-0/+24
| | |/ / / /
| * | | | | Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloadsTakeshi KOMIYA2020-10-281-1/+4
| |\ \ \ \ \
| * | | | | | Fix #7785: autodoc_typehints=none does not effect to overloadsTakeshi KOMIYA2020-10-241-3/+7
* | | | | | | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-281-1/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | autodoc: check whether __slots__ is a strMatthias Geier2020-10-241-1/+4
| |/ / / / /
* | | | | | Merge branch '3.x'Takeshi KOMIYA2020-10-241-15/+23
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '3.x' into 3.2.x_to_3.xTakeshi KOMIYA2020-10-243-32/+85
| |\ \ \ \ \
| | * | | | | Fix #7786: autodoc: can't detect overloaded methods defined in other fileTakeshi KOMIYA2020-10-051-12/+18
| | * | | | | Merge branch '3.x' into 8200_typealias_break_type_annotationTakeshi KOMIYA2020-10-041-0/+10
| | |\ \ \ \ \
| | * | | | | | Fix #8200: autodoc: type aliases break type formattingTakeshi KOMIYA2020-10-031-2/+4
| * | | | | | | Fix mypy violations (with mypy-0.790)Takeshi KOMIYA2020-10-241-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-041-12/+35
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | autodoc: deprecate SingledispatchFunctionDocumenterTakeshi KOMIYA2020-10-041-0/+10
| | |/ / / / | |/| | | |
| * | | | | Close #6518: autodoc: Add autodoc_type_aliasesTakeshi KOMIYA2020-10-031-12/+25
* | | | | | Fix missing module: warningsTakeshi KOMIYA2020-10-031-6/+0
* | | | | | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-033-3/+22
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #8142 from jcarrano/typing-generic-signaturesTakeshi KOMIYA2020-10-031-0/+11
| |\ \ \ \ \
| | * | | | | autodoc: blacklist typing.Generic.__new__Juan Carrano2020-08-211-0/+11
| | |/ / / /
| * | | | | Merge branch '3.x' into 8172_napoleon_redosTakeshi KOMIYA2020-09-282-1/+9
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '3.x' into 8190_autodoc-process-docstring-without_ending_blanklineTakeshi KOMIYA2020-09-212-2/+5
| | |\ \ \ \ \
| | | * \ \ \ \ Merge pull request #8147 from return007/only-builtin-classes-inheritance-diagramTakeshi KOMIYA2020-09-201-1/+4
| | | |\ \ \ \ \
| | | | * | | | | Fixes #8146: When identifying bases, only use classes from builtinsGaurav Lalchandani2020-08-221-1/+4
| | | | |/ / / /
| | * | | | | | Fix #8190: autodoc: parse error for docstring w/o ending blank linesTakeshi KOMIYA2020-09-121-0/+5
| * | | | | | | Fix #8172: napoleon: Potential of regex denial of service in google style docsTakeshi KOMIYA2020-09-201-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch '3.x' into masterTakeshi KOMIYA2020-09-132-3/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix #8192: napoleon: description is disappeared by inline literalsTakeshi KOMIYA2020-09-101-1/+1
| |/ / / / /
| * | | | | Fix #8143: AttributeError if autodoc_default_options contains FalseTakeshi KOMIYA2020-08-221-2/+5
| |/ / / /
* | | | | Merge branch '3.x' into masterTakeshi KOMIYA2020-08-141-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKINGTakeshi KOMIYA2020-08-131-0/+6
* | | | | Merge branch '3.x'Takeshi KOMIYA2020-08-143-7/+28
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #8095 from keewis/toggle-preprocessorTakeshi KOMIYA2020-08-132-6/+12
| |\ \ \ \
| | * | | | default to False and update the testsKeewis2020-08-121-3/+3
| | * | | | fix a typoKeewis2020-08-101-1/+1