Skip to content

Commit 1f48117

Browse files
authored
Merge pull request #90 from QuantStack/updateLite
Update Lite deployment
2 parents eda43c6 + e195319 commit 1f48117

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/build-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies:
88
- myst-parser
99
- pydata-sphinx-theme
1010
- python
11-
- jupyterlab-blockly
1211
- pip:
12+
- jupyterlab-blockly
1313
- jupyterlite-core
1414
- jupyterlite-sphinx
1515
- jupyterlite-xeus

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'Denisa Checiu'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '0.3.0'
24+
release = '0.3.2'
2525

2626

2727
# -- General configuration ---------------------------------------------------

docs/other_extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You will need to request the `jupyterlab-blockly` package as a dependency of you
120120

121121
setup_args = dict(
122122
...
123-
install_requires=['jupyterlab-blockly>=0.3.0,<0.4']
123+
install_requires=['jupyterlab-blockly>=0.3.2,<0.4']
124124
...
125125
)
126126
```

0 commit comments

Comments
 (0)