We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69af3fe commit b594599Copy full SHA for b594599
docs/directives/try_examples.md
@@ -195,3 +195,12 @@ Note that these patterns should match the Sphinx docnames of the documentation f
195
A docname is the relative path from the documentation root to the file of interest,
196
but without the file extension. For instance, the docname corresponding to `index.rst` at
197
the root of the Sphinx source directory would be `index`.
198
+
199
+A default configuration file can be specified in `conf.py` with the option
200
+`try_examples_default_runtime_config`.
201
202
+```python
203
+try_examples_default_runtime_config = {
204
+ "ignore_patterns": ["^latest/.*", "^stable/reference/generated/example"]
205
+}
206
+```
0 commit comments