Eric Larson

Results 1629 comments of Eric Larson

Looks like this one needs a rebase etc. and it will get worse after https://github.com/numpy/numpydoc/pull/663 lands. Seems worthwhile when you get a chance to come back to it @jarrodmillman !

> Edit: It will be annoying going forward though, to have our sphinx dev CI failing for a month or so after new sphinx release 🫤 Yes... in theory it...

I don't think so, I think it just means we should only *test* sphinx 9.1+ (including sphinx dev) on 3.11+. Still worth testing and supporting 9.0 and earlier on Python...

Sounds like it could be useful. But it sounds like it might be tricky. Under the hood we use `.. image::`, so if you can look into figure out how...

It might be worth seeing how far you can get in your project by monkey-patching the RST for example by doing in your `conf.py` and doing ``` import sphinx_gallery.scrapers sphinx_gallery.scrapers.SG_IMAGE...

Don't know... but still appears to be a problem [as of yesterday](https://github.com/mne-tools/mne-bids-pipeline/pull/1149)

Okay, I think OpenNeuro is having a bad day. But the datasets that *can* be downloaded work, and the multi-task support works on my dataset! @drammock do you want to...

Okay feel free to push commits directly to this PR. It'll be a good way to test it out! Or I can do it once the data are uploaded