Skip to content

Commit 81380e6

Browse files
authored
Merge pull request #9 from jukent/main
Theme update
2 parents 3e9a70c + a426584 commit 81380e6

File tree

6 files changed

+26
-10
lines changed

6 files changed

+26
-10
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ __pycache__/
99
# Distribution / packaging
1010
.Python
1111
build/
12+
_build/
1213
notebooks/_build/
1314
develop-eggs/
1415
dist/
@@ -132,3 +133,6 @@ dmypy.json
132133

133134
#MAC OS System Files
134135
.DS_Store
136+
137+
# IDEs
138+
.vscode/

_config.yml

+14-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: The MetPy Cookbook
55
author: MetPy Maintainers
66
logo: pythia.png
77
8-
copyright: "2023"
8+
copyright: "2024"
99

1010
description: A sample cookbook description.
1111
thumbnail: metpy.png
@@ -55,7 +55,9 @@ sphinx:
5555
use_issues_button: true
5656
use_repository_button: true
5757
use_edit_page_button: true
58-
google_analytics_id: G-T52X8HNYE8
58+
use_fullscreen_button: true
59+
analytics:
60+
google_analytics_id: G-T52X8HNYE8
5961
github_url: https://github.com/ProjectPythia
6062
twitter_url: https://twitter.com/project_pythia
6163
icon_links:
@@ -66,10 +68,12 @@ sphinx:
6668
launch_buttons:
6769
binderhub_url: http://binder.projectpythia.org
6870
notebook_interface: jupyterlab
69-
extra_navbar: |
70-
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
71-
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>
72-
logo_link: https://projectpythia.org
71+
logo:
72+
link: https://projectpythia.org
73+
navbar_start:
74+
- navbar-logo
75+
navbar_end:
76+
- navbar-icon-links
7377
navbar_links:
7478
- name: Home
7579
url: https://projectpythia.org
@@ -82,6 +86,9 @@ sphinx:
8286
- name: Community
8387
url: https://projectpythia.org/index.html#join-us
8488
footer_logos:
85-
NCAR: notebooks/images/logos/NCAR-contemp-logo-blue.svg
89+
NCAR: notebooks/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.svg
8690
Unidata: notebooks/images/logos/Unidata_logo_horizontal_1200x300.svg
8791
UAlbany: notebooks/images/logos/UAlbany-A2-logo-purple-gold.svg
92+
footer_start:
93+
- footer-logos
94+
- 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-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ dependencies:
1414
- scipy
1515
- siphon
1616
- xarray
17-
- pip:
18-
- sphinx-pythia-theme
17+
- 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)