-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config-ci-master.yml
41 lines (35 loc) · 1.06 KB
/
_config-ci-master.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
# This config builds the book without executing the notebooks first
# Execute notebooks first using nbmake, e.g.:
# pytest --numprocesses 2 --nbmake --overwrite
# (See .github/workflows/deploy.yml)
title: Swarm Notebooks
author: "Ashley Smith et al."
logo: ""
only_build_toc_files: true
execute:
execute_notebooks: off
launch_buttons:
notebook_interface : jupyterlab
jupyterhub_url : "https://vre.vires.services"
binderhub_url : ""
repository:
url: https://github.com/Swarm-DISC/Swarm_notebooks
branch: master
html:
use_issues_button: true
use_repository_button: true
use_edit_page_button : false
extra_navbar : Powered by <a href="https://jupyterbook.org">Jupyter Book</a>
home_page_in_navbar : true
comments:
hypothesis : true
# See https://jupyterbook.org/content/content-blocks.html
parse:
myst_enable_extensions:
- dollarmath
- linkify
- substitution
- colon_fence
- deflist