Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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
12 changes: 6 additions & 6 deletions docs/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ dependencies:
- sphinx-exercise
- sphinx-togglebutton
- myst-parser
- xeus-python # TODO: Do we need this?

- pip
- pip:
# Install JupyterGIS so we can autodoc.
# IMPORTANT: You must do `jlpm build` at the root of the repo before this can work.
# See: https://github.com/geojupyter/jupytergis/issues/585
- ../python/jupytergis_core
- ../python/jupytergis_lab
- specta
# Install JupyterGIS so we can autodoc.
# IMPORTANT: You must do `jlpm build` at the root of the repo before this can work.
# See: https://github.com/geojupyter/jupytergis/issues/585
- ../python/jupytergis_core
- ../python/jupytergis_lab
9 changes: 8 additions & 1 deletion docs/jupyter-lite.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"jupyter-lite-schema-version": 0,
"jupyter-config-data": {}
"jupyter-config-data": {
"spectaConfig": {
"topBar": {
"title": "JupyterGIS Demo"
},
"defaultLayout": "article"
}
}
}
Loading