Skip to content

Commit

Permalink
Add Apache-2.0 license to footer (#267)
Browse files Browse the repository at this point in the history
* Add Apache-2.0 license to footer

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Try again

* Typo

* .

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
dcherian and pre-commit-ci[bot] authored Jun 10, 2024
1 parent a5f63f3 commit c72ca10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Learn more at https://jupyterbook.org/customize/config.html
title: ""
author: The Xarray Community
copyright: "2023"
copyright: "2024"
logo: images/logo.png
only_build_toc_files: true

Expand All @@ -14,6 +14,7 @@ html:
use_issues_button: true
use_repository_button: true
google_analytics_id: G-JRQHYVFQR7
extra_footer: '<p>Xarray is a fiscally sponsored project of <a href="https://numfocus.org">NumFOCUS</a>, a nonprofit dedicated to supporting the open-source scientific computing community.<br> Theme by the <a href="https://ebp.jupyterbook.org">Executable Book Project</a>.</p> Content licensed under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0 License</a>.'

parse:
# https://jupyterbook.org/content/content-blocks.html?highlight=myst%20substitution#define-substitutions-for-your-whole-book
Expand Down Expand Up @@ -75,7 +76,6 @@ sphinx:
notfound_context:
body: "<h1>Whoops! 404 Page Not Found</h1>\n\n<p>Sorry, this page doesn't exist. Many sections of this book have been updated recently.</p><p> Try the search box 🔎 to find what you're looking for!</p>"
notfound_urls_prefix: /

rediraffe_redirects:
scipy-tutorial/00_overview.ipynb: overview/get-started.md
workshops/scipy2022/README.md: overview/fundamental-path/README.md
Expand Down

0 comments on commit c72ca10

Please sign in to comment.