forked from ProjectPythia/pythia-foundations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start using the updated theme (ProjectPythia#454)
* Try updated sphinx-pythia-theme * Fix linkchecker * Update _config.yml * Update _config.yml * Fix _config.yml * Fix _config.yml * Update config and custom.css to use the new theme * Start using 100% page width for navbar and center content per discussion * Update nightly-build.yaml * Update publish-book.yaml * Update environment.yml * Update nightly-build.yaml * Update environment file * Update NSF NCAR logo from png to svg * Update environment.yml * Update environment.yml * Update nightly-build.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8445608
commit bea4f45
Showing
7 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ title: Pythia Foundations | |
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community | ||
logo: images/logos/pythia_logo-white-rtext.svg | ||
email: [email protected] | ||
copyright: '2022' | ||
copyright: '2024' | ||
|
||
exclude_patterns: | ||
- README.md | ||
|
@@ -98,13 +98,15 @@ sphinx: | |
html_theme: sphinx_pythia_theme | ||
html_permalinks_icon: '<i class="fas fa-link"></i>' | ||
html_theme_options: | ||
google_analytics_id: 'G-G57FLM9M46' | ||
analytics: | ||
google_analytics_id: 'G-G57FLM9M46' | ||
home_page_in_toc: true | ||
repository_url: https://github.com/ProjectPythia/pythia-foundations # Online location of your book | ||
repository_branch: main # Which branch of the repository should be used when creating links (optional) | ||
use_issues_button: true | ||
use_repository_button: true | ||
use_edit_page_button: true | ||
use_fullscreen_button: true | ||
github_url: https://github.com/ProjectPythia | ||
twitter_url: https://twitter.com/project_pythia | ||
icon_links: | ||
|
@@ -118,7 +120,10 @@ sphinx: | |
extra_navbar: | | ||
We want your feedback! Fill out this <a href="https://docs.google.com/forms/d/e/1FAIpQLSeVa1TC9xM-dk7qIE2e8bsgSrIP82yYDNw3wew3J46eREJa4w/viewform?usp=sf_link">Google Form</a> | ||
or see our <a href="https://foundations.projectpythia.org/appendix/how-to-contribute.html">Contributor's Guide</a>. | ||
logo_link: https://projectpythia.org | ||
logo: | ||
link: https://projectpythia.org | ||
navbar_start: | ||
- navbar-logo | ||
navbar_links: | ||
- name: Home | ||
url: https://projectpythia.org | ||
|
@@ -132,7 +137,14 @@ sphinx: | |
url: https://projectpythia.org/index.html#join-us | ||
- name: Blog | ||
url: https://projectpythia.org/blog.html | ||
navbar_end: | ||
- navbar-icon-links | ||
footer_logos: | ||
NCAR: images/logos/NCAR-contemp-logo-blue.svg | ||
NCAR: images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.svg | ||
Unidata: images/logos/Unidata_logo_horizontal_1200x300.svg | ||
UAlbany: images/logos/UAlbany-A2-logo-purple-gold.svg | ||
footer_start: | ||
- footer-logos | ||
- footer-menu | ||
- footer-info | ||
- footer-extra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.