Skip to content

Commit f1d101c

Browse files
committed
Update exclude_patterns in conf.py to ignore specific user guide notebook
1 parent b7fda8c commit f1d101c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@
109109

110110
# List of patterns, relative to source directory, that match files and
111111
# directories to ignore when looking for source files.
112-
exclude_patterns = ['_build', '**.ipynb_checkpoints']
112+
exclude_patterns = [
113+
'_build',
114+
'**.ipynb_checkpoints',
115+
'user-guide/create-fashion-mnist-dataset.ipynb',
116+
]
113117

114118
# The reST default role (used for this markup: `text`) to use for all
115119
# documents.

0 commit comments

Comments
 (0)