Skip to content

Commit 36e23ab

Browse files
committed
prevent oedi example from executing during docs build by renaming file
1 parent be72481 commit 36e23ab

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

File renamed without changes.

docs/sphinx/source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,6 @@ def setup(app):
391391
# execute only files starting with plot_
392392
'filename_pattern': 'plot_',
393393

394-
# ignore ONLY the OEDI example
395-
'ignore_pattern': 'plot_oedi_9068.py',
396-
397394
# directory where function/class granular galleries are stored
398395
'backreferences_dir': 'reference/generated/gallery_backreferences',
399396

0 commit comments

Comments
 (0)