From d1c064d4eb0c3472a7d81b917c4dc4d90fc0b9fe Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Wed, 12 Jun 2024 10:09:36 -0500 Subject: [PATCH 1/2] bump sphinxcontrib-youtube --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebae2a5db..70517e0a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ doc = [ "sphinx-design", "sphinx-togglebutton", "jupyterlite-sphinx", - "sphinxcontrib-youtube<1.4", + "sphinxcontrib-youtube>=1.4.1", "sphinx-favicon>=1.0.1", "ipykernel", "nbsphinx", From cf3d0ae592fe389833f00bcfcdc0aea549ebc8ef Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:30:07 +0000 Subject: [PATCH 2/2] [pre-commit.ci] Automatic linting and formatting fixes --- docs/community/practices/versions.md | 1 + docs/user_guide/theme-elements.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/community/practices/versions.md b/docs/community/practices/versions.md index 18d7a7364..b52bcd189 100644 --- a/docs/community/practices/versions.md +++ b/docs/community/practices/versions.md @@ -14,6 +14,7 @@ We define "support" as testing against each of these versions so that users can For example, if we made a minor release tomorrow, we'd [look at the EOL schedule for Python](https://endoflife.date/python) and support all the versions that fall within a 3.5-year window. [^1]: Our support for Python versions is inspired by [NEP 029](https://numpy.org/neps/nep-0029-deprecation_policy.html). + [^2]: These policies are goals, not promises. We are a volunteer-led community with limited time. Consider these sections to be our intention, but we recognize that we may not always be able to meet these criteria if we cannot do so. We welcome contributions from others to help us more sustainably meet these goals! ## Supported Sphinx versions diff --git a/docs/user_guide/theme-elements.md b/docs/user_guide/theme-elements.md index 464f5cd57..3e54a750d 100644 --- a/docs/user_guide/theme-elements.md +++ b/docs/user_guide/theme-elements.md @@ -203,8 +203,11 @@ Here's a numeric footnote[^1], another one (preceded by a space) [^2], a named f All will end up as numbers in the rendered HTML, but in the source they look like `[^1]`, `[^2]`, `[^named]` and `[^*]`. [^1]: Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. + [^2]: Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. + [^named]: Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. + [^*]: Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. Foo bar foo bar. ## Link shortening for git repository services