Skip to content

Commit

Permalink
someday
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 committed Jun 16, 2024
1 parent b921b1f commit fb62639
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,13 @@

# -- Options for JupyterLite ----------------------------------------------
jupyterlite_contents = ["tutorials/intro_tutorial.ipynb"]

jupyterlite_bind_ipynb_suffix = False

jupyterlite_build_command_options = {
"XeusAddon.environment_file": "environment.yml",
}

latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
Expand Down
1 change: 1 addition & 0 deletions docs/source/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ dependencies:
- jupyterlite_sphinx~=0.15.0
- geopandas==0.14.4
- myst_nb>1 #required for build
- xeus-python
- jupyterlite-xeus-python>0.9 #provides kernel???

0 comments on commit fb62639

Please sign in to comment.