We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a8e90 commit 90bb110Copy full SHA for 90bb110
1 file changed
doc/conf.py
@@ -158,9 +158,16 @@
158
"**.ipynb_checkpoints",
159
# Workaround from https://github.com/executablebooks/MyST-NB/issues/363 to prevent
160
# myst-nb from parsing the .ipynb and .py files generated by sphinx-gallery.
161
- "**/*.ipynb",
162
- "**/*.py",
+ "gallery/**/*.ipynb",
+ "tutorials/**/*.ipynb",
163
+ "get_started/**/*.ipynb",
164
+ "projections/**/*.ipynb",
165
+ "gallery/**/*.py",
166
+ "tutorials/**/*.py",
167
+ "get_started/**/*.py",
168
+ "projections/**/*.py",
169
]
170
+
171
source_suffix = ".rst"
172
needs_sphinx = "1.8"
173
# The encoding of source files.
0 commit comments