We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18de60a commit dcaaf56Copy full SHA for dcaaf56
releasenotes/notes/add-event-support-e55edb86d86d1082.yaml
@@ -0,0 +1,17 @@
1
+---
2
+features:
3
+ - |
4
+ A number of events are now supported:
5
+
6
+ - ``sphinx-click-process-description``
7
+ - ``sphinx-click-process-usage``
8
+ - ``sphinx-click-process-options``
9
+ - ``sphinx-click-process-arguments``
10
+ - ``sphinx-click-process-envvars``
11
+ - ``sphinx-click-process-epilog``
12
13
+ These allow you to plug in to the build process for documentation and
14
+ post-process the generated command documentation. For more information,
15
+ refer to the `documentation`__.
16
17
+ .. __: https://sphinx-click.readthedocs.io/en/latest/usage/#docstring-processing
0 commit comments