Skip to content

Commit 0292865

Browse files
authored
Merge pull request #8 from jukent/main
theme update
2 parents e02f4ca + 0e09802 commit 0292865

File tree

6 files changed

+26
-11
lines changed

6 files changed

+26
-11
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ __pycache__/
1212
# Distribution / packaging
1313
.Python
1414
build/
15+
_build/
1516
notebooks/_build/
1617
develop-eggs/
1718
dist/
@@ -131,3 +132,6 @@ dmypy.json
131132

132133
# Pyre type checker
133134
.pyre/
135+
136+
# IDEs
137+
.vscode/

_config.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
title: Sentinel-2 L2A Interactive Dashboard
55
author: <a href="https://github.com/pritamd47">Pritam Das</a>
66
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
7-
copyright: "2023"
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
- jupyter-book
66
- jupyterlab
77
- jupyter_server
8-
- pip
98
- python>=3.9
109
- matplotlib
1110
- xarray
@@ -21,5 +20,4 @@ dependencies:
2120
- distributed
2221
- odc-stac
2322
- pydantic
24-
- pip:
25-
- sphinx-pythia-theme
23+
- sphinx-pythia-theme

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)