[DOCS] Fixing docs by ignoring examples 09/10 in sphinx-gallery (#2189)

This commit is contained in:
Zahi Moudallal
2023-08-25 16:46:22 -07:00
committed by GitHub
parent ebfe0ffb29
commit 4ea94a8bcf

View File

@@ -101,7 +101,7 @@ sphinx_gallery_conf = {
'gallery_dirs': 'getting-started/tutorials',
'filename_pattern': '',
# XXX: Temporarily disable fused attention tutorial on V100
'ignore_pattern': r'__init__\.py',
'ignore_pattern': r'(__init__\.py|09.*\.py|10.*\.py)',
'within_subsection_order': FileNameSortKey,
'reference_url': {
'sphinx_gallery': None,