Skip to content

Commit 58b953f

Browse files
committed
Exculde jupyter notebook from rtd checks
1 parent e3aea9a commit 58b953f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
# List of patterns, relative to source directory, that match files and
134134
# directories to ignore when looking for source files.
135-
exclude_patterns = ['_build', 'whatsnew']
135+
exclude_patterns = ['_build', 'whatsnew', 'eTraGo_tutorial_release0.9.ipynb']
136136

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

0 commit comments

Comments
 (0)