Skip to content

Commit

Permalink
restore doc conf brainscraper
Browse files Browse the repository at this point in the history
  • Loading branch information
achamma723 committed Jan 1, 2024
1 parent 1cfda11 commit 979b6ca
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._brain._scraper.BrainScraper()
brain_scraper = mne.viz._brain._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 979b6ca

Please sign in to comment.