Skip to content

Commit c0e60ab

Browse files
committed
doc: snippets: fix incorrect glob pattern
snippets toctree should only look one level deep, and **/* wouls cause matching to be too greedy. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 27e5a8f commit c0e60ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Built-in snippets
77
:maxdepth: 1
88
:glob:
99

10-
**/*
10+
*/*

0 commit comments

Comments
 (0)