mkdocs-click
mkdocs-click copied to clipboard
Generate the CLI documentation without first having to install the Python package
Hi,
Is there any way to generate documentation for the CLI without first having to install the Python package and dependencies? One of the dependencies takes a while to build and install, and I don't want to bloat my documentation build time if I don't have to. Thank you!