diff --git a/releasenotes/notes/add-event-support-e55edb86d86d1082.yaml b/releasenotes/notes/add-event-support-e55edb86d86d1082.yaml new file mode 100644 index 0000000..6fa92f4 --- /dev/null +++ b/releasenotes/notes/add-event-support-e55edb86d86d1082.yaml @@ -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