From c3b2bd250dfbe89f360957a45cfe6ea29d01cc38 Mon Sep 17 00:00:00 2001 From: DenisaCG Date: Mon, 19 Aug 2024 18:34:53 +0200 Subject: [PATCH] update Lite deployment and docs --- docs/build-environment.yml | 2 +- docs/conf.py | 2 +- docs/other_extensions.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/build-environment.yml b/docs/build-environment.yml index f7aa645..eaa5018 100644 --- a/docs/build-environment.yml +++ b/docs/build-environment.yml @@ -8,8 +8,8 @@ dependencies: - myst-parser - pydata-sphinx-theme - python - - jupyterlab-blockly - pip: + - jupyterlab-blockly - jupyterlite-core - jupyterlite-sphinx - jupyterlite-xeus diff --git a/docs/conf.py b/docs/conf.py index 2ae1406..7474fa2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ author = 'Denisa Checiu' # The full version, including alpha/beta/rc tags -release = '0.3.0' +release = '0.3.1' # -- General configuration --------------------------------------------------- diff --git a/docs/other_extensions.md b/docs/other_extensions.md index 83fa8b7..064f69c 100644 --- a/docs/other_extensions.md +++ b/docs/other_extensions.md @@ -120,7 +120,7 @@ You will need to request the `jupyterlab-blockly` package as a dependency of you setup_args = dict( ... - install_requires=['jupyterlab-blockly>=0.3.0,<0.4'] + install_requires=['jupyterlab-blockly>=0.3.1,<0.4'] ... ) ```