generated from ProjectPythia/cookbook-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
87 lines (82 loc) · 2.85 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
title: Packaging Cookbook
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
email: [email protected]
copyright: '2024'
description: This Project Pythia Cookbook covers Python packaging.
thumbnail: thumbnail.png
tags:
domains:
- packaging
packages:
-
# Execute the notebooks upon build
execute:
execute_notebooks: cache
timeout: 600
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag
# Add a few extensions to help with parsing content
parse:
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
- amsmath
- colon_fence
- deflist
- dollarmath
- html_admonition
- html_image
- replacements
- smartquotes
- substitution
sphinx:
config:
html_favicon: images/icons/favicon.ico
html_last_updated_fmt: '%-d %B %Y'
html_theme: sphinx_pythia_theme
html_permalinks_icon: '<i class="fas fa-link"></i>'
html_theme_options:
home_page_in_toc: true
repository_url: https://github.com/ProjectPythia/packaging-cookbook/ # Online location of your book
repository_branch: main # Which branch of the repository should be used when creating links (optional)
use_issues_button: true
use_repository_button: true
use_edit_page_button: true
use_fullscreen_button: true
analytics:
google_analytics_id: G-T52X8HNYE8
github_url: https://github.com/ProjectPythia
twitter_url: https://twitter.com/project_pythia
icon_links:
- name: YouTube
url: https://www.youtube.com/channel/UCoZPBqJal5uKpO8ZiwzavCw
icon: fab fa-youtube-square
type: fontawesome
launch_buttons:
binderhub_url: http://binder.mypythia.org
notebook_interface: jupyterlab
logo:
link: https://projectpythia.org
navbar_start:
- navbar-logo
navbar_end:
- navbar-icon-links
navbar_links:
- name: Home
url: https://projectpythia.org
- name: Foundations
url: https://foundations.projectpythia.org
- name: Cookbooks
url: https://cookbooks.projectpythia.org
- name: Resources
url: https://projectpythia.org/resource-gallery.html
- name: Community
url: https://projectpythia.org/index.html#join-us
footer_logos:
NCAR: notebooks/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.svg
Unidata: notebooks/images/logos/Unidata_logo_horizontal_1200x300.svg
UAlbany: notebooks/images/logos/UAlbany-A2-logo-purple-gold.svg
footer_start:
- footer-logos
- footer-info
- footer-extra