-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAINT: Compat with MNE 1.8 birthday date #1278
Conversation
Needs mne-tools/mne-python#12732 then should be green 🤞 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Eric!
Failures are due to sphinx-doc/sphinx#12589. I changed a bunch of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the fixes and for reporting this at the sphinx issue!
name: Check sphinx log for warnings (which are treated as errors) | ||
when: always | ||
command: | | ||
! grep "^.*WARNING: .*$" sphinx_log.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is great, thanks!
--fix
to autofix stuff like import order on attempted commit (saves time, follows MNE)