Skip to content

Commit afe23d6

Browse files
Update pydata/pydata-sphinx-theme requirement to fc1ce62
Updates the requirements on [pydata/pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) to permit the latest version. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](https://github.com/pydata/pydata-sphinx-theme/commits/fc1ce62aa1d38fb3dc7e9cee2f191909d1196971) --- updated-dependencies: - dependency-name: pydata/pydata-sphinx-theme dependency-version: fc1ce62 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc1ce62 commit afe23d6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Diff for: .github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080
pandoc: true
@@ -118,7 +118,7 @@ jobs:
118118
persist-credentials: false
119119

120120
- name: "Setup CI environment 🛠"
121-
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
121+
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
122122
with:
123123
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
124124

@@ -174,7 +174,7 @@ jobs:
174174
persist-credentials: false
175175

176176
- name: "Setup CI environment 🛠"
177-
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
177+
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
178178
with:
179179
# 3.12 is not supported by py-spy yet
180180
python-version: "3.11"

Diff for: .github/workflows/a11y.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
5252
with:
5353
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
5454
pandoc: true

Diff for: .github/workflows/docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767
pandoc: true
@@ -92,7 +92,7 @@ jobs:
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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
9696
with:
9797
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
9898

@@ -130,7 +130,7 @@ jobs:
130130

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

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

Diff for: .github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
pandoc: true

Diff for: .github/workflows/publish.yml

+2-2
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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
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@ac57147185b6f9400cafbcd852e04345e5e841b7
33+
uses: pydata/pydata-sphinx-theme/.github/workflows/docs.yml@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
3434
# only run this workflow for pydata owned repositories (avoid forks)
3535
if: github.repository_owner == 'pydata'
3636

0 commit comments

Comments
 (0)