Skip to content

Commit 6f7ecdf

Browse files
authored
Merge pull request #12 from jukent/main
theme update
2 parents 6fcbaa1 + 8bee872 commit 6f7ecdf

File tree

6 files changed

+26
-11
lines changed

6 files changed

+26
-11
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ __pycache__/
1515
# Distribution / packaging
1616
.Python
1717
build/
18+
_build/
1819
notebooks/_build/
1920
develop-eggs/
2021
dist/
@@ -134,3 +135,6 @@ dmypy.json
134135

135136
# Pyre type checker
136137
.pyre/
138+
139+
# IDEs
140+
.vscode/

_config.yml

+14-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Quick CMIP demo cookbook
55
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
66
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
77
8-
copyright: "2023"
8+
copyright: "2024"
99

1010
description: A sample cookbook description.
1111
thumbnail: thumbnail.png
@@ -49,7 +49,9 @@ sphinx:
4949
use_issues_button: true
5050
use_repository_button: true
5151
use_edit_page_button: true
52-
google_analytics_id: G-T52X8HNYE8
52+
use_fullscreen_button: true
53+
analytics:
54+
google_analytics_id: G-T52X8HNYE8
5355
github_url: https://github.com/ProjectPythia
5456
twitter_url: https://twitter.com/project_pythia
5557
icon_links:
@@ -60,10 +62,12 @@ sphinx:
6062
launch_buttons:
6163
binderhub_url: https://binder.projectpythia.org
6264
notebook_interface: jupyterlab
63-
extra_navbar: |
64-
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
65-
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>
66-
logo_link: https://projectpythia.org
65+
logo:
66+
link: https://projectpythia.org
67+
navbar_start:
68+
- navbar-logo
69+
navbar_end:
70+
- navbar-icon-links
6771
navbar_links:
6872
- name: Home
6973
url: https://projectpythia.org
@@ -76,6 +80,9 @@ sphinx:
7680
- name: Community
7781
url: https://projectpythia.org/index.html#join-us
7882
footer_logos:
79-
NCAR: notebooks/images/logos/NCAR-contemp-logo-blue.svg
83+
NCAR: notebooks/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.svg
8084
Unidata: notebooks/images/logos/Unidata_logo_horizontal_1200x300.svg
8185
UAlbany: notebooks/images/logos/UAlbany-A2-logo-purple-gold.svg
86+
footer_start:
87+
- footer-logos
88+
- 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
@@ -5,6 +5,4 @@ dependencies:
55
- jupyter-book
66
- jupyterlab
77
- jupyter_server
8-
- pip
9-
- pip:
10-
- sphinx-pythia-theme
8+
- 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)