Skip to content

Commit e87d598

Browse files
committed
fix: issues building documentation with sphinx-click
1 parent 01815be commit e87d598

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ Information on specific functions, classes, and methods.
44

55
.. toctree::
66

7+
api/templateflow.cli
78
api/templateflow.api
89
api/templateflow.conf

docs/cli.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
======================================================
21
Using the client with the Command-line interface (CLI)
32
======================================================
43

54
.. click:: templateflow.cli:main
6-
:prog: cli
7-
:nested: full
5+
:prog: templateflow
6+
:nested: full

0 commit comments

Comments
 (0)