mne-tools / mne-connectivity

Connectivity algorithms that leverage the MNE-Python API.
https://mne.tools/mne-connectivity/dev/index.html
BSD 3-Clause "New" or "Revised" License
68 stars 34 forks source link

[DOC] Update install.rst to reflect pyproject.toml #180

Closed JonathanShor closed 5 months ago

JonathanShor commented 5 months ago

Thanks for contributing. If this is your first time, make sure to read contributing.md

PR Description

Updates the Installation docs page to reflect the current pyproject.toml defined dependencies.

Merge checklist

Maintainer, please confirm the following before merging:

adam2392 commented 5 months ago

I think the CI issue arises from sphinx version I guess?

@larsoner have you seen this error before?

larsoner commented 5 months ago

the short term solution is

https://github.com/mne-tools/mne-python/blob/156ae18572c8322ae75c964258f3fdc607006587/doc/conf.py#L809

the long term solution is

https://github.com/sphinx-gallery/sphinx-gallery/pull/1289

and other conf.py changes

adam2392 commented 5 months ago

Thanks @JonathanShor !