This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
70 lines (66 loc) · 1.68 KB
/
_config.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
title: Xdev
author: the Xdev Team
copyright: '2022'
logo: images/xdev_logo_light.svg
exclude_patterns:
- _build
- Thumbs.db
- .DS_Store
- "**.ipynb_checkpoints"
- README.md
execute:
execute_notebooks: "off"
parse:
myst_enable_extensions:
# - amsmath
- colon_fence
# - deflist
- dollarmath
# - html_admonition
# - html_image
- linkify
# - replacements
# - smartquotes
- substitution
- tasklist
myst_url_schemes:
- mailto
- http
- https
myst_dmath_double_inline: true
sphinx:
config:
html_baseurl: "https://ncar-xdev.github.io"
comments_config:
utterances:
repo: ncar-xdev/ncar-xdev.github.io
html_favicon: images/x_icon_light.png
html_last_updated_fmt: '%-d %B %Y'
html_sidebars:
index: []
html_theme: sphinx_pythia_theme
html_theme_options:
use_edit_page_button: true
use_repository_button: true
use_issues_button: true
google_analytics_id: "G-50ST3W7ZN6"
home_page_in_toc: true
github_url: https://github.com/ncar-xdev
twitter_url: https://twitter.com/NCARXdev
repository_url: https://github.com/ncar-xdev/ncar-xdev.github.io
repository_branch: main
path_to_docs: ""
page_layouts:
index: page-banner.html
navbar_links:
- name: About
url: about/index
- name: Handbook
url: handbook/index
- name: Status
url: status/index
footer_logos:
NCAR: images/NCAR-contemp-logo-blue.png
extra_navbar: |
Theme by <a href="https://projectpythia.org">Project Pythia</a>,<br>
powered by <a href="https://jupyterbook.org">Jupyter Book</a>.