mkdocs / mkdocs-click

An MkDocs extension to generate documentation for Click command line applications
https://pypi.org/project/mkdocs-click
Apache License 2.0
105 stars 15 forks source link

Generate the CLI documentation without first having to install the Python package #63

Open chester-leung opened 1 year ago

chester-leung commented 1 year ago

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!