Skip to content

Commit

Permalink
update Lite deployment and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisaCG committed Aug 19, 2024
1 parent f7b9c4d commit c3b2bd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/build-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies:
- myst-parser
- pydata-sphinx-theme
- python
- jupyterlab-blockly
- pip:
- jupyterlab-blockly
- jupyterlite-core
- jupyterlite-sphinx
- jupyterlite-xeus
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/other_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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']
...
)
```
Expand Down

0 comments on commit c3b2bd2

Please sign in to comment.