diff --git a/docs/environment.yml b/docs/environment.yml
index 1f446bde0e..4c32e391f2 100644
--- a/docs/environment.yml
+++ b/docs/environment.yml
@@ -28,7 +28,7 @@ dependencies:
- bqplot
- ipykernel
- ipyleaflet
- - jupyterlite >=0.1.1,<0.2.0
+ - jupyterlite >=0.3.0,<0.4.0
- matplotlib-base
- numpy
- scikit-image
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 4e05725806..930102dcb9 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -6,7 +6,7 @@ ipyleaflet
jupyter-client
jupyter-packaging
jupyterlab >=4
-jupyterlite >=0.1.1<0.2.0
+jupyterlite >=0.3.0<0.4.0
matplotlib
myst-nb >=0.17,<0.18
numpy
diff --git a/docs/source/_templates/demo.html b/docs/source/_templates/demo.html
index cb0c901f62..6c7df8e699 100644
--- a/docs/source/_templates/demo.html
+++ b/docs/source/_templates/demo.html
@@ -20,7 +20,7 @@
type="radio"
name="demo-app"
autocomplete="off"
- value="{{ pathto('try/retro/index') }}?path=Widget%20List.ipynb"
+ value="{{ pathto('try/tree/index') }}?path=Widget%20List.ipynb"
>
Notebook
diff --git a/docs/source/conf.py b/docs/source/conf.py
index f53f36d712..6329c653e1 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -131,7 +131,7 @@ def setup(app):
rediraffe_redirects = {
"typedoc/index": "_static/typedoc/index",
"try/lab/index": "_static/lab/index",
- "try/retro/index": "_static/retro/tree/index",
+ "try/notebook/index": "_static/tree/index",
}
# -- html --------------------------
diff --git a/docs/source/dev_release.md b/docs/source/dev_release.md
index 054c486299..7a9be90ee6 100644
--- a/docs/source/dev_release.md
+++ b/docs/source/dev_release.md
@@ -58,11 +58,14 @@ Lerna will prompt you for version numbers for each of the changed npm packages i
## Configure twine username
If you have 2FA on, make sure you have your `~/.pypirc` file set to:
+
```
[pypi]
username = __token__
```
+
Or set the environment variable
+
```
export TWINE_USERNAME=__token__
```
diff --git a/docs/source/examples.md b/docs/source/examples.md
index 901e0977dd..71d60dfe92 100644
--- a/docs/source/examples.md
+++ b/docs/source/examples.md
@@ -2,5 +2,5 @@
There is a subdirectory called examples in the GitHub repo for `ipywidgets`. In the samples subdirectory are two directories, notebooks and development.
-