Skip to content

Commit 5f1d12f

Browse files
committed
chore: updating conf to ignore rendering triton example
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 5dbb848 commit 5f1d12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docsrc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
sphinx_gallery_conf = {
9494
"examples_dirs": "../examples",
9595
"gallery_dirs": "tutorials/_rendered_examples/",
96-
"ignore_pattern": "utils.py",
96+
"ignore_pattern": r"(triton/\w*.py)|(utils.py)",
9797
}
9898

9999
# Setup the breathe extension

0 commit comments

Comments
 (0)