Skip to content

Commit 1433dfb

Browse files
authored
Merge pull request #21 from jukent/main
theme update
2 parents 7426eb9 + a7d46d3 commit 1433dfb

File tree

6 files changed

+26
-9
lines changed

6 files changed

+26
-9
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
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/
@@ -128,3 +129,6 @@ dmypy.json
128129

129130
# Pyre type checker
130131
.pyre/
132+
133+
# IDEs
134+
.vscode/

_config.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
title: (re)Gridding with xarray
55
author: Thomas Martin
66
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
7-
copyright: '2022'
7+
copyright: '2024'
88

99
execute:
1010
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
@@ -40,7 +40,9 @@ sphinx:
4040
use_issues_button: true
4141
use_repository_button: true
4242
use_edit_page_button: true
43-
google_analytics_id: G-T52X8HNYE8
43+
use_fullscreen_button: true
44+
analytics:
45+
google_analytics_id: G-T52X8HNYE8
4446
github_url: https://github.com/ProjectPythia
4547
twitter_url: https://twitter.com/project_pythia
4648
icon_links:
@@ -51,10 +53,12 @@ sphinx:
5153
launch_buttons:
5254
binderhub_url: https://binder.projectpythia.org
5355
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>
57-
logo_link: https://projectpythia.org
56+
logo:
57+
link: https://projectpythia.org
58+
navbar_start:
59+
- navbar-logo
60+
navbar_end:
61+
- navbar-icon-links
5862
navbar_links:
5963
- name: Home
6064
url: https://projectpythia.org
@@ -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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- verde
1818
- xesmf>=0.7
1919
- seaborn
20+
- sphinx-pythia-theme
2021
- pip
2122
- pip:
22-
- sphinx-pythia-theme
2323
- watermark

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)