Skip to content

Commit 303e0b8

Browse files
committed
revamp config file for buttons
1 parent b69b8aa commit 303e0b8

1 file changed

Lines changed: 22 additions & 18 deletions

File tree

_config.yml

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,49 @@ copyright: "2026 FutureHouse"
55
execute:
66
execute_notebooks: "off"
77

8-
launch_buttons:
9-
notebook_interface: "jupyterlab"
10-
colab_url: "https://colab.research.google.com"
11-
thebe: true
12-
binderhub_url: "https://mybinder.org"
13-
148
bibtex_bibfiles:
159
- references.bib
10+
11+
repository:
12+
url: "https://github.com/Future-House/tutorial-series"
13+
branch: main
14+
path_to_book: "."
15+
1616
sphinx:
1717
extra_extensions:
1818
- sphinxcontrib.bibtex
1919
- sphinx_thebe
2020
config:
2121
numfig: false
22-
html_theme_options:
23-
num_figure_captions: false
22+
thebe_config:
23+
repository_url: "https://github.com/Future-House/tutorial-series"
24+
repository_branch: "main"
25+
path_to_book: "."
2426

27+
html_theme_options:
28+
use_issues_button: true
29+
use_repository_button: true
30+
repository_url: "https://github.com/Future-House/tutorial-series"
31+
repository_branch: "main"
32+
path_to_book: "."
33+
launch_buttons:
34+
thebe: true
35+
colab_url: "https://colab.research.google.com"
36+
binderhub_url: "https://mybinder.org"
37+
notebook_interface: "jupyterlab"
2538

2639
html:
27-
use_repository_button: true
28-
use_issues_button: true
2940
use_edit_page_button: false
3041
favicon: figures/FutureHouse-Logo.png
3142
extra_css:
3243
- _static/custom.css
3344

34-
repository:
35-
url: "https://github.com/Future-House/tutorial-series"
36-
branch: main
37-
path_to_book: "."
38-
3945
exclude_patterns:
4046
- .github/**
4147
- "**/.github/**"
4248
- .venv/**
4349
- "**/.venv/**"
4450
- _build/**
4551
- .git/**
46-
- "**/.env"
4752
- references.bib
48-
#- "**/*.yml"
49-
#- "**/*.yaml"
53+

0 commit comments

Comments
 (0)