Daniel McCloy
Daniel McCloy
Today the [Steering Council](https://mne.tools/dev/overview/people.html#steering-council) discussed the question of reverting our adoption of the `lazy_loader` package. Here is our consensus: 1. For end users, there are 3 major advantages of the...
I wanted to add to this discussion a note that there is [a new PEP](https://peps.python.org/pep-0810/) for adding explicit lazy loading to Python. It is currently under (very) active discussion [here](https://discuss.python.org/t/pep-810-explicit-lazy-imports/104131),...
update: PEP 810 was [accepted on Monday](https://discuss.python.org/t/pep-810-explicit-lazy-imports/104131/466).
OK, so I tried "the fancy way" and it seems to work:  To get the proof-of-concept I had to merge this...
sorry... delayed by an upstream bug https://github.com/sphinx-gallery/sphinx-gallery/issues/1389
> I thus propose to place both folders under `docs` and name the ouput folder `examples` and name the input folder `examples_inputs` I like this idea a lot, but would...
@ukukas does it work if you install pydata-sphinx-theme==0.16.1 from PyPI instead of conda-forge? That would confirm what @Charlie-XIAO saw, that only the conda-forge distribution is broken.
> I might add a further check to ensure we do not have weird extension files through our build. But the one way to get rid of this bug would...
It's configurable, can be disabled in conf.py Also on my list of things to tweak about how we use the theme. Will do when back from holidays; feel free to...