-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config-Copy2.yml
More file actions
50 lines (43 loc) · 1.16 KB
/
_config-Copy2.yml
File metadata and controls
50 lines (43 loc) · 1.16 KB
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
42
43
44
45
46
47
48
49
50
title: "OpenSees-on-DesignSafe Training"
author: "Silvia Mazzoni"
copyright: "2025"
only_build_toc_files: true
execute:
execute_notebooks: "off"
sphinx:
# Append extra Sphinx extensions without overriding JB defaults
# extra_extensions:
# - sphinx_last_updated_by_git
# - sphinx_sitemap
config:
suppress_warnings:
- myst.header
html_baseurl: "https://silviamazzoni.github.io/training-OpenSees-on-DesignSafe/"
html_copy_source: true
launch_buttons:
notebook_interface: "jupyterlab"
# colab_url: "https://colab.research.google.com"
thebe: true
repository:
url: https://github.com/silviamazzoni/training-OpenSees-on-DesignSafe
branch: main
html:
use_edit_page_button: true
use_issues_button: true
use_repository_button: true
use_download_button: true
logo: logo.png
extra_static_paths:
- _static
extra_css:
- custom.css
extra_js:
- custom.js
parse:
myst_enable_extensions:
- html_admonition
- html_image
- colon_fence
nb_remove_input_tags: ["remove-input"]
nb_remove_cell_tags: ["remove-cell"]
nb_remove_all_outputs_tags: ["remove-output"]