Skip to content

Commit

Permalink
Include files in lite deployment for local.jGIS (geojupyter#345)
Browse files Browse the repository at this point in the history
* include files for `local.jGIS`

* Update docs/conf.py

Co-authored-by: Nicolas Brichet <[email protected]>

* include geojson too

---------

Co-authored-by: Nicolas Brichet <[email protected]>
  • Loading branch information
arjxn-py and brichet authored Jan 16, 2025
1 parent 4f9198c commit dec2c10
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@
author = "The JupyterGIS Development Team"
language = "en"

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

0 comments on commit dec2c10

Please sign in to comment.