diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb2feb..401e8e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,4 @@ -# Voici Changelog - -## 0.5.0 - Highlights - -Below are the major highlights in Voici 0.5.0 - -- Voici frontend is updated to JupyterLab 4, Voila 0.5.0 components. -- Tree page is now a Lab remix app. -- New argument `--classic-tree` to use the jinja2-based tree page instead of the Lab-based one. -- Voici CLI can be used in the same way as Voila, e.g: - - `voici .` - - `voici notebook.ipynb` -- Voici now supports the [`files` directory](https://jupyterlite.readthedocs.io/en/latest/howto/content/files.html#content-with-the-cli) to copy additional files to the Voici deployment. -- Latex expressions are rendered by `@jupyterlab/mathjax-extension` instead of relying on MathJax 2 coming from CDN. +# Changelog @@ -78,6 +65,19 @@ Users can also depend on `voici-core` if they don't want to use features provide ## 0.5.0 +### Highlights + +Below are the major highlights in Voici 0.5.0 + +- Voici frontend is updated to JupyterLab 4, Voila 0.5.0 components. +- Tree page is now a Lab remix app. +- New argument `--classic-tree` to use the jinja2-based tree page instead of the Lab-based one. +- Voici CLI can be used in the same way as Voila, e.g: + - `voici .` + - `voici notebook.ipynb` +- Voici now supports the [`files` directory](https://jupyterlite.readthedocs.io/en/latest/howto/content/files.html#content-with-the-cli) to copy additional files to the Voici deployment. +- Latex expressions are rendered by `@jupyterlab/mathjax-extension` instead of relying on MathJax 2 coming from CDN. + ([Full Changelog](https://github.com/voila-dashboards/voici/compare/v0.5.0rc0...1129bbabcc4b3cbed390ecd8a311ae1f5fb6c5df)) ### Bugs fixed diff --git a/docs/environment.yml b/docs/environment.yml index 543edf2..9d5a7e0 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -6,7 +6,7 @@ dependencies: - micromamba - myst-parser - nodejs=18 - - sphinx + - sphinx<8 - pip - pydata-sphinx-theme - yarn=3