Skip to content

Update pydata/pydata-sphinx-theme requirement to fc1ce62aa1d38fb3dc7e9cee2f191909d1196971 #2182

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
with:
python-version: ${{ matrix.python-version }}
pandoc: true
Expand Down Expand Up @@ -118,7 +118,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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}

Expand Down Expand Up @@ -174,7 +174,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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}

Expand Down Expand Up @@ -130,7 +130,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@fc1ce62aa1d38fb3dc7e9cee2f191909d1196971

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

Expand Down
Loading