Skip to content

Update pydata/pydata-sphinx-theme requirement to 51af2a27e8a008d0b44ed9ea9b45311e686d12f7 #2229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: "Setup CI environment 🛠"
# Important: make sure to update the SHA after making any changes to the set-dev-env action
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@51af2a27e8a008d0b44ed9ea9b45311e686d12f7
with:
python-version: ${{ matrix.python-version }}
pandoc: true
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
persist-credentials: false

- name: "Setup CI environment 🛠"
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@51af2a27e8a008d0b44ed9ea9b45311e686d12f7
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
persist-credentials: false

- name: "Setup CI environment 🛠"
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@51af2a27e8a008d0b44ed9ea9b45311e686d12f7
with:
# 3.12 is not supported by py-spy yet
python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
persist-credentials: false

- name: "Setup CI environment 🛠"
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@51af2a27e8a008d0b44ed9ea9b45311e686d12f7
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
pandoc: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: "Setup CI environment 🛠"
# Important: make sure to update the SHA after making any changes to the set-dev-env action
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@51af2a27e8a008d0b44ed9ea9b45311e686d12f7
with:
python-version: ${{ matrix.python-version }}
pandoc: true
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: "Setup CI environment 🛠"
# Important: make sure to update the SHA after making any changes to the set-dev-env action
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@51af2a27e8a008d0b44ed9ea9b45311e686d12f7
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}

Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

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

- name: "Check for broken links 🔗"
run: python -Im tox run -e docs-linkcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: "Setup CI environment 🛠"
# Important: make sure to update the SHA after making any changes to the set-dev-env action
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@4a1e7898d6c92dade5e489684277ab4ffd0eb053
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@51af2a27e8a008d0b44ed9ea9b45311e686d12f7
with:
python-version: ${{ matrix.python-version }}
pandoc: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# calls our general CI workflows (tests, coverage, profile, etc.)
tests:
# Important: make sure to update the SHA after making any changes to the CI workflow
uses: pydata/pydata-sphinx-theme/.github/workflows/CI.yml@ac57147185b6f9400cafbcd852e04345e5e841b7
uses: pydata/pydata-sphinx-theme/.github/workflows/CI.yml@51af2a27e8a008d0b44ed9ea9b45311e686d12f7
# only run this workflow for pydata owned repositories (avoid forks)
if: github.repository_owner == 'pydata'
# needed for the coverage action
Expand All @@ -30,7 +30,7 @@ jobs:
# calls our docs workflow (build docs, check broken links, lighthouse)
docs:
# Important: make sure to update the SHA after making any changes to the docs workflow
uses: pydata/pydata-sphinx-theme/.github/workflows/docs.yml@3e74810e3ad3778c179f3f836409540e0a3bf0f1
uses: pydata/pydata-sphinx-theme/.github/workflows/docs.yml@51af2a27e8a008d0b44ed9ea9b45311e686d12f7
# only run this workflow for pydata owned repositories (avoid forks)
if: github.repository_owner == 'pydata'

Expand Down
Loading