From 9fb438d6a056bee61dade6f0f9a2e5ab192a92bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 09:54:06 +0000 Subject: [PATCH 1/3] Bump OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml Bumps the actions group in /.github/workflows with 1 update: [OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml](https://github.com/openastronomy/github-actions-workflows). Updates `OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](https://github.com/openastronomy/github-actions-workflows/compare/8c8bb6c6c962542921f993d47d26df38dccd50b1...22ddf09dfabb443adddfb9f861b7d41a787d6b1a) --- updated-dependencies: - dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a42009d..5b7493e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ permissions: {} jobs: core: - uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@8c8bb6c6c962542921f993d47d26df38dccd50b1 # v3.0.2 + uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@22ddf09dfabb443adddfb9f861b7d41a787d6b1a # v3.0.3 with: submodules: true libraries: | From dd7f5c1f5e63b85ddfa54e2ef107859f36e134bf Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:28:21 -0400 Subject: [PATCH 2/3] Ignore blocked domain from linkcheck --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index e4f0a78a..29c55cc6 100644 --- a/conf.py +++ b/conf.py @@ -92,6 +92,7 @@ "http://joinslack.astropy.org", "https://www.astrobetter.com/", "https://numfocus.medium.com/", + "https://ui.adsabs.harvard.edu/", # This page has cloudflare captcha on it "https://aas.org/press/astropy-collaboration-receive-2025-berkeley-prize", ] From d7876f272c6fe3bd571dc032d7d964aca19ba6a4 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:41:51 -0400 Subject: [PATCH 3/3] Linkcheck to ignore one more and also alphabetical order for future sanity --- conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 29c55cc6..90304e7e 100644 --- a/conf.py +++ b/conf.py @@ -90,9 +90,10 @@ # These sites blocked CI r"https://doi\.org/\d+", "http://joinslack.astropy.org", - "https://www.astrobetter.com/", + "https://astropy.slack.com", "https://numfocus.medium.com/", "https://ui.adsabs.harvard.edu/", + "https://www.astrobetter.com/", # This page has cloudflare captcha on it "https://aas.org/press/astropy-collaboration-receive-2025-berkeley-prize", ]