-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stephen Finucane <stephen@that.guru>
- Loading branch information
1 parent
18de60a
commit dcaaf56
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
releasenotes/notes/add-event-support-e55edb86d86d1082.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
features: | ||
- | | ||
A number of events are now supported: | ||
- ``sphinx-click-process-description`` | ||
- ``sphinx-click-process-usage`` | ||
- ``sphinx-click-process-options`` | ||
- ``sphinx-click-process-arguments`` | ||
- ``sphinx-click-process-envvars`` | ||
- ``sphinx-click-process-epilog`` | ||
These allow you to plug in to the build process for documentation and | ||
post-process the generated command documentation. For more information, | ||
refer to the `documentation`__. | ||
.. __: https://sphinx-click.readthedocs.io/en/latest/usage/#docstring-processing |