There was an error while loading. Please reload this page.
1 parent 1c696ba commit ac894e9Copy full SHA for ac894e9
2 files changed
.github/workflows/deploy-docs.yaml
@@ -24,8 +24,9 @@ jobs:
24
25
- name: Install package
26
run: |
27
- conda install -c conda-forge osmnx rasterio jupyter-book seaborn matplotlib
28
- pip install .
+ conda install -c conda-forge osmnx rasterio jupyter-book seaborn matplotlib tomlkit ipykernel
+ python -m ipykernel install --user --name routee-docs --display-name "routee-docs"
29
+ pip install --no-deps .
30
31
- name: Build book
32
working-directory: ${{runner.workspace}}/routee-compass/docs/
docs/_config.yml
@@ -9,6 +9,7 @@ logo: images/routeelogo.png
9
# See https://jupyterbook.org/content/execute.html
10
execute:
11
execute_notebooks: force
12
+ kernel_name: routee-docs
13
timeout: 300
14
15
# Define the name of the latex output file for PDF builds
0 commit comments