Skip to content

Commit 1e37bf6

Browse files
committed
docs: Indicate support for asyncclick
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 4fa1f04 commit 1e37bf6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/installation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ Alternatively, install from source by cloning this repo then running
1414
1515
$ python setup.py install
1616
17+
*sphinx-click* supports both `click`__ and `asyncclick`__. If *asyncclick* is
18+
found, it will be preferred.
19+
1720
.. important::
1821

1922
Both the package you're referencing and any dependencies **must be
2023
installed**.
24+
25+
.. __: https://pypi.org/project/click/
26+
.. __: https://pypi.org/project/asyncclick/

0 commit comments

Comments
 (0)