Skip to content

Commit 7b47c0c

Browse files
committed
BUG: Run jupyterlite build on builder-inited
1 parent 364abec commit 7b47c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ def setup(app):
8585
# For local builds, run jupyter lite build manually
8686
# $ jupyter lite serve --config ./jupyterlite_config.json
8787
if RTD:
88-
app.connect("config-inited", jupyterlite_build)
88+
app.connect("builder-inited", jupyterlite_build)

0 commit comments

Comments
 (0)