summaryrefslogtreecommitdiff
path: root/sphinx/ext/autodoc/directive.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate sphinx.ext.autodoc.get_documenters()Takeshi KOMIYA2020-03-161-2/+2
* Fix #7267: autodoc: errormsg for invalid directive options has wrong locationTakeshi KOMIYA2020-03-071-1/+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
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* Fix #4538: autodoc: ``sphinx.ext.autodoc.Options`` has been movedTakeshi KOMIYA2018-02-041-11/+1
* Merge branch 'master' into dont_emit_system_message_on_autodoc_warningTakeshi KOMIYA2018-01-081-8/+6
* Fix flake8 violationTakeshi KOMIYA2018-01-081-1/+1
* Merge branch 'master' into refactor_autodocTakeshi KOMIYA2018-01-081-2/+2
* Merge branch 'master' into refactor_AutoDirectiveTakeshi KOMIYA2018-01-081-1/+2
* Update docstringsTakeshi KOMIYA2017-12-171-0/+4
* Replace AutodocReporter by switch_source_input()Takeshi KOMIYA2017-12-171-9/+3
* autodoc: refactor option_spec of autodirectivesTakeshi KOMIYA2017-12-171-19/+5
* autodoc: refactor AutoDirectiveTakeshi KOMIYA2017-12-171-0/+172