Skip to content

Commit 28e9c5d

Browse files
committed
new theme
1 parent 6c8b5f6 commit 28e9c5d

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

_config.yml

+12-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
title: HRRR-AWS-Cookbook
55
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
66
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
7-
copyright: '2022'
7+
copyright: '2024'
88

99
# Execute the notebooks upon building the book (don't use binderbot)
1010
execute:
@@ -41,6 +41,7 @@ sphinx:
4141
use_issues_button: true
4242
use_repository_button: true
4343
use_edit_page_button: true
44+
use_fullscreen_button: true
4445
github_url: https://github.com/ProjectPythia
4546
twitter_url: https://twitter.com/project_pythia
4647
icon_links:
@@ -51,9 +52,12 @@ sphinx:
5152
launch_buttons:
5253
binderhub_url: https://binder.projectpythia.org
5354
notebook_interface: jupyterlab
54-
extra_navbar: |
55-
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
56-
All code in Pythia Cookbooks is licensed under Apache 2.0. All other non-code content is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons BY 4.0 (CC BY 4.0)</a>.<br><br>
55+
logo:
56+
link: https://projectpythia.org
57+
navbar_start:
58+
- navbar-logo
59+
navbar_end:
60+
- navbar-icon-links
5761
logo_link: https://projectpythia.org
5862
navbar_links:
5963
- name: Home
@@ -67,6 +71,9 @@ sphinx:
6771
- name: Community
6872
url: https://projectpythia.org/index.html#join-us
6973
footer_logos:
70-
NCAR: notebooks/images/logos/NCAR-contemp-logo-blue.svg
74+
NCAR: notebooks/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.svg
7175
Unidata: notebooks/images/logos/Unidata_logo_horizontal_1200x300.svg
7276
UAlbany: notebooks/images/logos/UAlbany-A2-logo-purple-gold.svg
77+
footer_start:
78+
- footer-logos
79+
- footer-info

_static/custom.css

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.bd-main .bd-content .bd-article-container {
2+
max-width: 100%; /* default is 60em */
3+
}
4+
.bd-page-width {
5+
max-width: 100%; /* default is 88rem */
6+
}

environment.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ dependencies:
99
- metpy
1010
- zarr
1111
- s3fs
12-
- pip
13-
- pip:
14-
- sphinx-pythia-theme
12+
- sphinx-pythia-theme

notebooks/images/logos/NCAR-contemp-logo-blue.svg

-1
This file was deleted.

notebooks/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.svg

+1
Loading

0 commit comments

Comments
 (0)