summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-07-04 09:56:00 +0100
committerGitHub <noreply@github.com>2022-07-04 09:56:00 +0100
commit233c986f690a1f1bef222dd6f7fad803c4f41a6d (patch)
tree8fe53abbea4367becb0700124d76be342a4c4f27 /docs/userguide
parent156a75f880ec28755fa43ff95d7bd6166b4c76f7 (diff)
parentb422ddc51bfb6a79cad5c8bfa4ab2619400839ed (diff)
downloadpython-setuptools-git-233c986f690a1f1bef222dd6f7fad803c4f41a6d.tar.gz
[Doc] Ensure members of the build subcommand protocol are listed by autodoc (#3429)
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/extension.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/userguide/extension.rst b/docs/userguide/extension.rst
index 58c8ec19..e5fca01e 100644
--- a/docs/userguide/extension.rst
+++ b/docs/userguide/extension.rst
@@ -86,6 +86,7 @@ Supporting sdists and editable installs in ``build`` sub-commands
are encouraged to implement the following protocol:
.. autoclass:: setuptools.command.build.SubCommand
+ :members:
Adding Arguments