We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbb848 commit 5f1d12fCopy full SHA for 5f1d12f
docsrc/conf.py
@@ -93,7 +93,7 @@
93
sphinx_gallery_conf = {
94
"examples_dirs": "../examples",
95
"gallery_dirs": "tutorials/_rendered_examples/",
96
- "ignore_pattern": "utils.py",
+ "ignore_pattern": r"(triton/\w*.py)|(utils.py)",
97
}
98
99
# Setup the breathe extension
0 commit comments