-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
8e70b7f
commit 856d179
Showing
6 changed files
with
12 additions
and
12 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
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
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: '2024' | ||
copyright: "2024" | ||
|
||
exclude_patterns: | ||
- README.md | ||
|
@@ -91,15 +91,15 @@ sphinx: | |
config: | ||
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder) | ||
linkcheck_request_headers: | ||
'https://docs.github.com/': | ||
"https://docs.github.com/": | ||
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0 | ||
html_favicon: images/icons/favicon.ico | ||
html_last_updated_fmt: '%-d %B %Y' | ||
html_last_updated_fmt: "%-d %B %Y" | ||
html_theme: sphinx_pythia_theme | ||
html_permalinks_icon: '<i class="fas fa-link"></i>' | ||
html_theme_options: | ||
analytics: | ||
google_analytics_id: 'G-G57FLM9M46' | ||
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) | ||
|
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