mne-tools / mne-bids

MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python.
https://mne.tools/mne-bids/
BSD 3-Clause "New" or "Revised" License
132 stars 87 forks source link

doc build failure: pydata-sphinx-theme #1164

Closed sappelhoff closed 1 year ago

sappelhoff commented 1 year ago

https://app.circleci.com/pipelines/github/mne-tools/mne-bids/5425/workflows/e5a6eec0-3e7c-4e84-b93b-f447438ed56a/jobs/7610

AttributeError: 'TocTree' object has no attribute 'get_toctree_ancestors'

This is probably related to:

and will likely be fixed with a new release of pydata-sphinx-theme.

Let's keep an eye on it and wait a couple of days.

sappelhoff commented 1 year ago

alternatively, we can fix this by pinning sphinx to <7.1 temporarily (in case the pydata-sphinx-theme release is taking longer than we're comfortable with)

drammock commented 1 year ago

Theme release is overdue. I would say it's immanent except that the are a couple release blocking issues we still haven't managed to fix. I recommend pinning sphinx for now

sappelhoff commented 1 year ago

pinned in https://github.com/mne-tools/mne-bids/commit/7ba64ac9397c18e40c3bd70a9632cfb68bb89892

to be unpinned once the theme release is completed.