summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix #7727: autosummary raises PycodeError for namespace python package7727_autosummary_PycodeErrorTakeshi KOMIYA2020-11-091-1/+1
* 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
|\ \ \ \ \
| * | | | | autodoc: check whether __slots__ is a strMatthias Geier2020-10-241-1/+4
* | | | | | Fix #7785: autodoc_typehints=none does not effect to overloadsTakeshi KOMIYA2020-10-241-3/+7
|/ / / / /
* | | | | 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
| |\ \ \ \ \
| | * | | | | autodoc: deprecate SingledispatchFunctionDocumenterTakeshi KOMIYA2020-10-041-0/+10
| * | | | | | Fix #8200: autodoc: type aliases break type formattingTakeshi KOMIYA2020-10-031-2/+4
| |/ / / / /
| * | | | | Close #6518: autodoc: Add autodoc_type_aliasesTakeshi KOMIYA2020-10-031-12/+25
| * | | | | 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
| | |/ / / / / | |/| | | | |
| * | | | | | 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
| |/ / / /
* | | | | Fix mypy violations (with mypy-0.790)Takeshi KOMIYA2020-10-241-1/+1
|/ / / /
* | | | Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKINGTakeshi KOMIYA2020-08-131-0/+6
* | | | 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
| * | | | only preprocess if the preprocessor is enabledKeewis2020-08-101-5/+6
| * | | | add a setting to disable the type preprocessorKeewis2020-08-101-1/+6
* | | | | Fix #8091: autodoc: AttributeError is raised on documenting an attributeTakeshi KOMIYA2020-08-101-0/+6
|/ / / /
* | | | Merge branch '8084_KeyError_for_broken_class' into 3.2.xTakeshi KOMIYA2020-08-101-0/+6
|\ \ \ \
| * | | | Fix #8084: autodoc: KeyError is raised on documenting a broken attributeTakeshi KOMIYA2020-08-091-0/+6
* | | | | Fix #8074: napoleon: Crashes during processing C-ext moduleTakeshi KOMIYA2020-08-091-1/+4
|/ / / /
* | | | Merge pull request #8038 from keewis/custom-get_documenterTakeshi KOMIYA2020-08-081-2/+11
|\ \ \ \
| * | | | update the type hintKeewis2020-08-071-1/+1
| * | | | return a documenter instance instead of just the classKeewis2020-08-071-4/+4
| * | | | add a create_documenter method wrapping get_documenterKeewis2020-08-071-1/+10