Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Update docs using 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed May 24, 2022
1 parent 0bb2609 commit dea28db
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 461 deletions.
194 changes: 0 additions & 194 deletions docs/Makefile

This file was deleted.

2 changes: 2 additions & 0 deletions docs/source/conf.py → docs/conf.py
Expand Up @@ -14,3 +14,5 @@
exclude_patterns = []

html_theme = "pydata_sphinx_theme"

jupyterlite_config = "jupyterlite_config.json"
10 changes: 6 additions & 4 deletions docs/environment.yml
Expand Up @@ -4,11 +4,13 @@ channels:
- conda-forge

dependencies:
- yarn
- jupyterlab
- jupyter-packaging
- mamba
- pydata-sphinx-theme
- emsdk
# - empack

- pip:
- jupyterlite-xeus-python
- jupyterlite==0.1.0b7
- jupyterlite-sphinx
- jupyterlite-xeus-python==0.3.0
- empack
File renamed without changes.
5 changes: 5 additions & 0 deletions docs/jupyterlite_config.json
@@ -0,0 +1,5 @@
{
"XeusPythonEnv": {
"packages": ["numpy", "matplotlib", "ipyleaflet"]
}
}

0 comments on commit dea28db

Please sign in to comment.