# sphinx-click Sphinx extension that automatically generates documentation from Click CLI applications. - **Documentation**: [https://sphinx-click.readthedocs.io/](https://sphinx-click.readthedocs.io/) - **Source Code**: [https://github.com/click-contrib/sphinx-click](https://github.com/click-contrib/sphinx-click) ## Example ```{eval-rst} .. click:: click_example:greet :prog: greet :nested: full ```