We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7fda8c commit f1d101cCopy full SHA for f1d101c
doc/conf.py
@@ -109,7 +109,11 @@
109
110
# List of patterns, relative to source directory, that match files and
111
# directories to ignore when looking for source files.
112
-exclude_patterns = ['_build', '**.ipynb_checkpoints']
+exclude_patterns = [
113
+ '_build',
114
+ '**.ipynb_checkpoints',
115
+ 'user-guide/create-fashion-mnist-dataset.ipynb',
116
+]
117
118
# The reST default role (used for this markup: `text`) to use for all
119
# documents.
0 commit comments