Skip to content

Commit b1f6188

Browse files
Merge pull request #752 from wxtim/fix.maxdepth_for_examples_toctree
Set maxdepth for examples toctree to 1 to prevent sub-headings showin…
2 parents ef33c8c + f381b86 commit b1f6188

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/user-guide/examples/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Examples
66
These examples cover some of the main patterns for implementing Cylc workflows.
77

88
.. toctree::
9+
:maxdepth: 1
910
:glob:
1011

1112
*/index

0 commit comments

Comments
 (0)