diff --git a/docs/environment-docs.yml b/docs/environment-docs.yml index 450e38d6e..014197c28 100644 --- a/docs/environment-docs.yml +++ b/docs/environment-docs.yml @@ -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 diff --git a/docs/jupyter-lite.json b/docs/jupyter-lite.json index 1907b9a8e..78387c9c1 100644 --- a/docs/jupyter-lite.json +++ b/docs/jupyter-lite.json @@ -1,4 +1,11 @@ { "jupyter-lite-schema-version": 0, - "jupyter-config-data": {} + "jupyter-config-data": { + "spectaConfig": { + "topBar": { + "title": "JupyterGIS Demo" + }, + "defaultLayout": "article" + } + } }