Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
author = "The JupyterGIS Development Team"
language = "en"

jupyterlite_contents = ["../examples/*.jGIS", "../examples/*.json"]
jupyterlite_contents = [
"../examples/*.jGIS",
"../examples/*.json",
"../examples/nyc.zip",
"../examples/radar.gif",
]
jupyterlite_dir = "."
jupyterlite_config = "jupyter_lite_config.json"
jupyterlite_silence = False
Expand Down
Loading