Installation

Install the plugin using pip:

$ pip install sphinx-click

Alternatively, install from source by cloning this repo then running pip locally:

$ pip install .

sphinx-click supports both click and asyncclick. If asyncclick is found, it will be preferred.

Important

Both the package you’re referencing and any dependencies must be installed.