summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* autodoc: the signature of base function will be shown for decorated functionsTakeshi KOMIYA2020-07-051-11/+3
* Fix #7812: autodoc: crashed when given name is conflictedTakeshi KOMIYA2020-07-041-40/+12
* Merge branch '3.1.x' into 7812_broken_stub_filesTakeshi KOMIYA2020-07-041-4/+2
|\
| * Revert "viewcode: Fix viewcode raises NoUri error on resolving phase except o...Takeshi KOMIYA2020-06-261-4/+2
* | Fix #7812: autosummary: generates broken stub files (again)Takeshi KOMIYA2020-06-281-4/+9
|/
* Fix #7850: autodoc: KeyError is raised for invalid mark upTakeshi KOMIYA2020-06-261-5/+10
* Fix #7856: autodoc: AttributeError is raised for non-class objectTakeshi KOMIYA2020-06-261-1/+6
* Fix #7844: autodoc: Failed to detect module when relative module name givenTakeshi KOMIYA2020-06-221-17/+33
* Merge branch '3.1.x' into 7807_contextmanagerTakeshi KOMIYA2020-06-143-5/+26
|\
| * Fix #7805: autodoc: an object which descriptors returns is documentedTakeshi KOMIYA2020-06-141-0/+11
| * Merge pull request #7827 from tk0miya/7808_napoleon_nitpicky_warningTakeshi KOMIYA2020-06-142-3/+5
| |\
| | * Revert "ext.napoleon: Emit type annotations at the start of `.. attribute::`"Takeshi KOMIYA2020-06-132-3/+5
| * | Merge branch '3.1.x' into 7821_overload_builtin_functionTakeshi KOMIYA2020-06-131-5/+5
| |\ \ | | |/
| * | Fix #7821: autodoc: TypeError is raised for overloaded C-ext functionTakeshi KOMIYA2020-06-121-2/+10
* | | Fix autodoc: Show detailed warning when type_comment is mismatched (refs: #7807)Takeshi KOMIYA2020-06-131-0/+3
| |/ |/|
* | Fix #7802: autodoc: EOFError is raised on parallel buildTakeshi KOMIYA2020-06-111-5/+5
|/
* Merge pull request #7797 from tk0miya/7791_TypeError_for_singledispatchfunctionTakeshi KOMIYA2020-06-081-2/+17
|\
| * Fix #7791: autodoc: TypeError is raised on documenting singledispatch functionTakeshi KOMIYA2020-06-071-2/+17
* | autodoc: Support TypeVar (refs: #7722)Takeshi KOMIYA2020-06-061-1/+44
|/
* Merge pull request #7760 from Cielquan/feature/coverage_print_missing_as_warningTakeshi KOMIYA2020-06-061-3/+45
|\
| * fixed color imports in coverage.pyCielquan2020-05-311-3/+1
| * reduced colors on info levelCielquan2020-05-311-9/+7
| * fixed line lengthCielquan2020-05-311-6/+10
| * merged new config options into coverage_show_missing_itemsCielquan2020-05-311-6/+5
| * added config to log missing c/py coverageCielquan2020-05-311-3/+46
* | Merge pull request #7716 from tk0miya/3610_support_overloadTakeshi KOMIYA2020-06-051-12/+66
|\ \
| * | Support overloaded constructors (__call__, __init__ and __new__)Takeshi KOMIYA2020-06-021-8/+38
| * | Close #3610: autodoc: Support overloaded functionsTakeshi KOMIYA2020-05-311-4/+28
* | | Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-2/+2
|/ /
* | Merge branch '3.x' into 4422_support_GenericAliasTakeshi KOMIYA2020-05-311-27/+63
|\ \
| * | Close #2106: autodoc: Support multiple signatures on docstringTakeshi KOMIYA2020-05-301-27/+63
| |/
* | Close #4422: autodoc: Support GenericAliasTakeshi KOMIYA2020-05-302-2/+27
|/
* Merge pull request #7746 from rsokl/patch-1Takeshi KOMIYA2020-05-301-1/+1
|\
| * Update mathjax to version 2.7.7Ryan Soklaski2020-05-281-1/+1
* | Merge pull request #7738 from tk0miya/7734_napoleon_overescaped_underscoreTakeshi KOMIYA2020-05-301-1/+1
|\ \
| * | Fix #7734: napoleon: overescaped trailing underscore on attributeTakeshi KOMIYA2020-05-281-1/+1
* | | Refactor to simplify format_args, catch TypeErrorEric Wieser2020-05-281-51/+63
* | | Fix autoclass signature parsingEric Wieser2020-05-281-15/+73
| |/ |/|
* | Fix #3673: autodoc: bysource order does not work for a module having __all__Takeshi KOMIYA2020-05-231-0/+19
* | refactor: autodoc: Copy module.__all__ to ModuleDocumenter.__all__Takeshi KOMIYA2020-05-231-15/+28
* | refactor: autodoc: Add Documenter.sort_members()Takeshi KOMIYA2020-05-231-15/+22
* | refactor: autodoc: Sort members alphabetically when unknown orderTakeshi KOMIYA2020-05-231-3/+1
|/
* Merge pull request #7669 from tk0miya/7668_wront_retannTakeshi KOMIYA2020-05-231-2/+8
|\
| * Merge branch '3.x' into 7668_wront_retannTakeshi KOMIYA2020-05-226-102/+212
| |\
| * | Fix #7668: autodoc: wrong retann value is passed to autodoc-proccess-signatureTakeshi KOMIYA2020-05-161-2/+8
* | | Merge branch '3.x' into 7671_missing_warning_locationTakeshi KOMIYA2020-05-225-92/+186
|\ \ \ | | |/ | |/|
| * | Merge pull request #7681 from tk0miya/7679_migrate_priorityTakeshi KOMIYA2020-05-221-1/+1
| |\ \
| | * | Fix #7679: autodoc: Pass priority option to the config-inited handlerTakeshi KOMIYA2020-05-171-1/+1
| * | | Merge pull request #7703 from tk0miya/refactor_autosectionlabelTakeshi KOMIYA2020-05-221-6/+6
| |\ \ \
| | * | | refactor: autosectionlabel: Use accessors of std domainTakeshi KOMIYA2020-05-211-6/+6