voila-dashboards / voici

Voici turns any Jupyter Notebook into a static web application
https://voici.readthedocs.io/
Other
143 stars 8 forks source link

Fix docs build #120

Closed jtpio closed 3 weeks ago

jtpio commented 3 weeks ago

References

Troubleshoot the docs build failure as seen in https://github.com/voila-dashboards/voici/pull/119

Related to https://github.com/conda/conda/pull/13962

And the latest changes in jupyterlite-xeus that changed the priory of micromamba / mamba / conda: https://github.com/jupyterlite/xeus/pull/88 Released in 0.2.0a0: https://github.com/jupyterlite/xeus/releases/tag/v0.2.0a0

Code changes

Update lower bound on jupyterlite-xeus in the voici package to make the build pass.

User-facing changes

Users may not be able to use an older jupyterlite-xeus, but it looks like it may be broken anyway?

Backwards-incompatible changes

github-actions[bot] commented 3 weeks ago

lite-badge :point_left: Try it on ReadTheDocs

jtpio commented 3 weeks ago

Not sure about the pending tests, but this should already help fix the failing docs build on ReadTheDocs.

jtpio commented 3 weeks ago

OK, I just restarted the failed check.

martinRenou commented 3 weeks ago

Nice it passed thanks!