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 0f7a205 commit 1628020Copy full SHA for 1628020
1 file changed
docs/sphinx/source/conf.py
@@ -22,7 +22,6 @@
22
23
# import distutils before calling pd.show_versions()
24
# https://github.com/pypa/setuptools/issues/3044
25
-import distutils # noqa: F401
26
import pandas as pd
27
28
pd.show_versions()
@@ -389,7 +388,7 @@ def setup(app):
389
388
'examples_dirs': ['../../examples'], # location of gallery scripts
390
'gallery_dirs': ['gallery'], # location of generated output
391
# execute only files starting with plot_
392
- 'filename_pattern': 'plot_',
+ 'filename_pattern': r"^(?!NX_).*$",
393
394
# directory where function/class granular galleries are stored
395
'backreferences_dir': 'reference/generated/gallery_backreferences',
0 commit comments