click-contrib / sphinx-click

A Sphinx plugin to automatically document click-based applications
MIT License
212 stars 57 forks source link

add functionality to also render env-variables that are created via the 'auto_envvar_prefix' option #108

Closed PatrikHlobil closed 2 years ago

PatrikHlobil commented 2 years ago

As described in https://github.com/click-contrib/sphinx-click/issues/105, there is currently no support in sphinx-click for the detection of Environment Variables Options that are automatically created via the auto_envvar_prefix functionality.

In this Merge Request, this will be enabled.

Best Patrik