Skip to content

Commit 4a44bb1

Browse files
authored
Merge branch 'main' into patch-1
2 parents 83c1464 + 9259431 commit 4a44bb1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+151
-77
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ jobs:
6868
runs-on: ${{ matrix.os }}
6969
steps:
7070
- name: "Checkout repository 🛎"
71-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
71+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
7272
with:
7373
persist-credentials: false
7474

7575
- name: "Setup CI environment 🛠"
7676
# Important: make sure to update the SHA after making any changes to the set-dev-env action
77-
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
77+
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080
pandoc: true
@@ -120,12 +120,12 @@ jobs:
120120
pull-requests: write
121121
steps:
122122
- name: "Checkout repository 🛎"
123-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
123+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
124124
with:
125125
persist-credentials: false
126126

127127
- name: "Setup CI environment 🛠"
128-
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
128+
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
129129
with:
130130
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
131131

@@ -158,7 +158,7 @@ jobs:
158158

159159
# seems we need to call this from the main CI workflow first
160160
- name: "Coverage comment 💬"
161-
uses: py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a
161+
uses: py-cov-action/python-coverage-comment-action@91aaf3b39c7e2331c6bc77767ce017f5160c5f11 # 3.38.0
162162
id: coverage_comment
163163
with:
164164
GITHUB_TOKEN: ${{ github.token }}
@@ -176,12 +176,12 @@ jobs:
176176
runs-on: ubuntu-latest
177177
steps:
178178
- name: "Checkout repository 🛎"
179-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
179+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
180180
with:
181181
persist-credentials: false
182182

183183
- name: "Setup CI environment 🛠"
184-
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
184+
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
185185
with:
186186
# 3.12 is not supported by py-spy yet
187187
python-version: "3.11"

.github/workflows/a11y.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
steps:
4545
- name: "Checkout repository 🛎"
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
46+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4747
with:
4848
persist-credentials: false
4949

5050
- name: "Setup CI environment 🛠"
51-
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
51+
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
5252
with:
5353
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
5454
pandoc: true

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: ls -R
4040

4141
- name: "Post coverage comment 💬"
42-
uses: py-cov-action/python-coverage-comment-action@970a227e0c16ef4589a99a9970ab0ceb8c53059a
42+
uses: py-cov-action/python-coverage-comment-action@91aaf3b39c7e2331c6bc77767ce017f5160c5f11 # 3.38.0
4343
with:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
GITHUB_PR_RUN_ID: ${{ inputs.workflow_run_id }}

.github/workflows/docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
runs-on: ${{ matrix.os }}
5656
steps:
5757
- name: "Checkout repository 🛎"
58-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
58+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
5959
with:
6060
persist-credentials: false
6161

6262
- name: "Setup CI environment 🛠"
6363
# Important: make sure to update the SHA after making any changes to the set-dev-env action
64-
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
64+
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767
pandoc: true
@@ -86,13 +86,13 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- name: "Checkout repository 🛎"
89-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
89+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
9090
with:
9191
persist-credentials: false
9292

9393
- name: "Setup CI environment 🛠"
9494
# Important: make sure to update the SHA after making any changes to the set-dev-env action
95-
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
95+
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
9696
with:
9797
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
9898

@@ -123,13 +123,13 @@ jobs:
123123
runs-on: ubuntu-latest
124124
steps:
125125
- name: "Checkout repository 🛎"
126-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
126+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
127127
with:
128128
persist-credentials: false
129129

130130
- name: "Setup CI environment 🛠"
131131
# Important: make sure to update the SHA after making any changes to the set-dev-env action
132-
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
132+
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
133133

134134
- name: "Check for broken links 🔗"
135135
run: python -Im tox run -e docs-linkcheck

.github/workflows/prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout repository 🛎"
28-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
28+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2929
with:
3030
persist-credentials: false
3131

3232
- name: "Setup CI environment 🛠"
3333
# Important: make sure to update the SHA after making any changes to the set-dev-env action
34-
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
34+
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@469e90895696e21b765121e952d84ea82c71410c
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
pandoc: true
@@ -52,7 +52,7 @@ jobs:
5252
echo "PYTEST_ERRORS=$?" >> $GITHUB_ENV
5353
5454
- name: "Build and inspect package 📦"
55-
uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310
55+
uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # 2.13.0
5656
if: matrix.python-version == '3.9'
5757
id: baipp
5858

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# calls our general CI workflows (tests, coverage, profile, etc.)
2020
tests:
2121
# Important: make sure to update the SHA after making any changes to the CI workflow
22-
uses: pydata/pydata-sphinx-theme/.github/workflows/CI.yml@ac57147185b6f9400cafbcd852e04345e5e841b7
22+
uses: pydata/pydata-sphinx-theme/.github/workflows/CI.yml@469e90895696e21b765121e952d84ea82c71410c
2323
# only run this workflow for pydata owned repositories (avoid forks)
2424
if: github.repository_owner == 'pydata'
2525
# needed for the coverage action
@@ -30,7 +30,7 @@ jobs:
3030
# calls our docs workflow (build docs, check broken links, lighthouse)
3131
docs:
3232
# Important: make sure to update the SHA after making any changes to the docs workflow
33-
uses: pydata/pydata-sphinx-theme/.github/workflows/docs.yml@3e74810e3ad3778c179f3f836409540e0a3bf0f1
33+
uses: pydata/pydata-sphinx-theme/.github/workflows/docs.yml@469e90895696e21b765121e952d84ea82c71410c
3434
# only run this workflow for pydata owned repositories (avoid forks)
3535
if: github.repository_owner == 'pydata'
3636

@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: "Checkout repository 🛎"
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
46+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
4747
with:
4848
persist-credentials: false
4949

@@ -55,7 +55,7 @@ jobs:
5555
- run: python -Im pip install tox-uv
5656

5757
- name: "Build and inspect package 📦"
58-
uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 # 2.12.0
58+
uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # 2.13.0
5959
id: baipp
6060

6161
- run: echo Packages can be found at "${BAIPP_DIST}"

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
security-events: write
2121
steps:
2222
- name: "Checkout repository 🛎"
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
23+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2424
with:
2525
persist-credentials: false
2626

2727
- name: "Install uv 📦"
28-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
28+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e
2929
with:
3030
version: "latest"
3131

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ bun.lockb
116116

117117
# THEME FILES
118118
# files from the gallery screenshots
119-
docs/_static/gallery
119+
# Sep 2025: we do not ignore those as running the generation script crashes RTD for now
120+
# docs/_static/gallery
120121

121122
# Our site profile tests
122123
profile.svg

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default_language_version:
1313

1414
repos:
1515
- repo: "https://github.com/pycontribs/mirrors-prettier"
16-
rev: v3.5.3
16+
rev: v3.6.2
1717
hooks:
1818
- id: prettier
1919
# Exclude the HTML, since it doesn't understand Jinja2
@@ -22,7 +22,7 @@ repos:
2222
exclude: .+\.html|webpack\.config\.js|tests/test_a11y/
2323

2424
- repo: "https://github.com/astral-sh/ruff-pre-commit"
25-
rev: "v0.11.12"
25+
rev: "v0.12.11"
2626
hooks:
2727
- id: ruff
2828
args: [--exit-non-zero-on-fix]
@@ -41,7 +41,7 @@ repos:
4141
types_or: ["html"]
4242

4343
- repo: "https://github.com/PyCQA/doc8"
44-
rev: v1.1.2
44+
rev: v2.0.0
4545
hooks:
4646
- id: doc8
4747

@@ -56,7 +56,7 @@ repos:
5656
- id: remove-metadata
5757

5858
- repo: "https://github.com/thibaudcolas/pre-commit-stylelint"
59-
rev: v16.20.0
59+
rev: v16.23.1
6060
hooks:
6161
- id: stylelint
6262
# automatically fix .scss files where possible
@@ -67,7 +67,7 @@ repos:
6767
- stylelint-config-standard-scss@13.1.0
6868

6969
- repo: "https://github.com/pre-commit/pre-commit-hooks"
70-
rev: v5.0.0
70+
rev: v6.0.0
7171
hooks:
7272
- id: trailing-whitespace
7373
- id: end-of-file-fixer

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build:
1919
post_install:
2020
- pip install playwright
2121
- playwright install chromium
22-
- python ./docs/scripts/generate_gallery_images.py
22+
# - python ./docs/scripts/generate_gallery_images.py
2323

2424
sphinx:
2525
configuration: docs/conf.py

0 commit comments

Comments
 (0)