eurec4a / how_to_eurec4a

Code examples to get you started with EUREC⁴A data.
https://howto.eurec4a.eu
MIT License
6 stars 20 forks source link

fix breaking changes for sphinx-design #80

Closed d70-t closed 2 years ago

d70-t commented 2 years ago

jupyterbook v0.13.0 changed from sphinx-panel to sphinx-design That change includes breaking the handling of panels and tabs. This commit updates our sources to the new style.

see also: https://jupyterbook.org/en/stable/content/components.html

d70-t commented 2 years ago

Thanks for reviewing. I didn't really know where to put it. But a gist is a good idea. For reference, the converter is now available here.

d70-t commented 2 years ago

As far as I can see, the CI only fails (still !) due to execution timeouts of some notebooks. I'd suggest merging this PR first. Then I'll prepare another one with loger timeouts for the problematic notebooks and would for now hope, that the cache will fix these issues for now. Later on, I'd hope we find better ways of reducing those excessively long execution times.