Skip to content

Commit 90bb110

Browse files
committed
Be more specific about which directories to ignore
1 parent c9a8e90 commit 90bb110

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

doc/conf.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,16 @@
158158
"**.ipynb_checkpoints",
159159
# Workaround from https://github.com/executablebooks/MyST-NB/issues/363 to prevent
160160
# myst-nb from parsing the .ipynb and .py files generated by sphinx-gallery.
161-
"**/*.ipynb",
162-
"**/*.py",
161+
"gallery/**/*.ipynb",
162+
"tutorials/**/*.ipynb",
163+
"get_started/**/*.ipynb",
164+
"projections/**/*.ipynb",
165+
"gallery/**/*.py",
166+
"tutorials/**/*.py",
167+
"get_started/**/*.py",
168+
"projections/**/*.py",
163169
]
170+
164171
source_suffix = ".rst"
165172
needs_sphinx = "1.8"
166173
# The encoding of source files.

0 commit comments

Comments
 (0)