Skip to content

Commit

Permalink
Fix doc config mne scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
achamma723 committed Jan 1, 2024
1 parent dd2ef75 commit 1cfda11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
except Exception:
pass
else:
brain_scraper = mne.viz._scraper.BrainScraper()
brain_scraper = mne.viz._brain._scraper.BrainScraper()
scrapers += (brain_scraper, 'pyvista')
if any(x in scrapers for x in ('pyvista')):
from traits.api import push_exception_handler
Expand Down

0 comments on commit 1cfda11

Please sign in to comment.