summaryrefslogtreecommitdiff
path: root/sphinx/ext/autodoc/directive.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Fix warning typo; improve sphinx.ext.autodoc docstringsLouis Maddox2021-07-191-4/+4
* Close #8107: autodoc: Add class-doc-from option to autoclass directiveTakeshi KOMIYA2021-05-011-1/+1
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-1/+1
* Deprecate DocumenterBridge.warn()Takeshi KOMIYA2021-03-221-0/+3
* Rename DocumenterBridge.filename_set to record_dependenciesTakeshi KOMIYA2021-03-211-3/+9
* refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA2021-03-151-2/+2
* Merge branch '3.x' into merge_3.x_into_masterjfbu2021-02-041-1/+16
|\
| * Merge remote-tracking branch 'upstream/3.x' into exclude-members-fixpbudzyns2021-02-011-3/+9
| |\
| * | check if autodoc_defaults are str, fix testspbudzyns2021-02-011-3/+3
| * | code formatpbudzyns2021-01-291-1/+2
| * | add private-members as extendablepbudzyns2021-01-291-1/+1
| * | local options handlingpbudzyns2021-01-291-2/+1
| * | redundant '+' has no effectpbudzyns2021-01-251-0/+5
| * | add more extendable options and testspbudzyns2021-01-251-1/+2
| * | add more extendable options and testspbudzyns2021-01-251-4/+8
| * | local exclude-members option fixroot2020-10-061-1/+6
* | | Merge branch '3.x'Takeshi KOMIYA2021-01-161-1/+9
|\ \ \ | | |/ | |/|
| * | refactor: Deprecate DocumenterBrdige.reporterTakeshi KOMIYA2021-01-121-2/+8
* | | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ \ | |/ /
| * | A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| |/
| * Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
* | Do isortTakeshi KOMIYA2020-11-121-1/+0
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-14/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-03-211-2/+2
|\ \ | |/
| * Deprecate sphinx.ext.autodoc.get_documenters()Takeshi KOMIYA2020-03-161-2/+2
* | Merge branch '3.x'Takeshi KOMIYA2020-03-101-1/+1
|\ \ | |/
| * Fix #7267: autodoc: errormsg for invalid directive options has wrong locationTakeshi KOMIYA2020-03-071-1/+1
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-5/+1
|/
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-2/+7
* Migrate to py3 style type annotation: sphinx.ext.autodoc.directiveTakeshi KOMIYA2019-07-011-27/+18
* Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignoredTakeshi KOMIYA2019-04-251-4/+18
* Add imported-members to the directive whitelistAlex Sergeev2019-04-131-1/+2
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-2/+1
* Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-1/+1
* Fix annotationsTakeshi KOMIYA2018-12-101-2/+3
* Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-2/+2
* Fix annotations for minor methods and functionsTakeshi KOMIYA2018-11-301-2/+2
* Fix typehints: sphinx.ext.autodocTakeshi KOMIYA2018-11-271-6/+11
* Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* autodoc: Respect `member-order` in `autodoc_default_options` as documentedEric N. Vander Weele2018-10-161-1/+1
* Remove unnecessary object from class definitionsJon Dufresne2018-09-111-2/+2
* Add autodoc_default_optionsTakeshi KOMIYA2018-08-181-2/+2
* autodoc: add 'exclude-members' to user global optionsLewis Haley2018-08-171-1/+1
* autodoc: allow specifying values to global argumentsLewis Haley2018-08-171-1/+1
* refactor: Replace Directive by SphinxDirectiveTakeshi KOMIYA2018-05-111-7/+5
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* Fix autodoc: crashed when invalid options givenTakeshi KOMIYA2018-03-031-2/+2