Skip to content

Commit c615acc

Browse files
committed
fix sphinx toctree depth
1 parent e3b49fa commit c615acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All included operations are broadcastable, work on varying data types, are imple
1111

1212
.. toctree::
1313
:glob:
14-
:maxdepth: 1
14+
:maxdepth: 0
1515
:caption: Package reference
1616

1717
functions/*

0 commit comments

Comments
 (0)