Skip to content
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

Bump pydata/pydata-sphinx-theme from 0.16.1rc0 to 0.16.1 #2145

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@01731d0cc57768b9eff1c97f38909932ecd7e7d1
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9
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@01731d0cc57768b9eff1c97f38909932ecd7e7d1
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9
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@01731d0cc57768b9eff1c97f38909932ecd7e7d1
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9
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 @@ -46,7 +46,7 @@ jobs:
persist-credentials: false

- name: "Setup CI environment 🛠"
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@01731d0cc57768b9eff1c97f38909932ecd7e7d1
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9
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 @@ -59,7 +59,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@01731d0cc57768b9eff1c97f38909932ecd7e7d1
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9
with:
python-version: ${{ matrix.python-version }}
pandoc: true
Expand Down Expand Up @@ -90,7 +90,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@01731d0cc57768b9eff1c97f38909932ecd7e7d1
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}

Expand Down Expand Up @@ -128,7 +128,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@01731d0cc57768b9eff1c97f38909932ecd7e7d1
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9

- 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@01731d0cc57768b9eff1c97f38909932ecd7e7d1
uses: pydata/pydata-sphinx-theme/.github/actions/set-dev-env@c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9
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 @@ -20,7 +20,7 @@ jobs:
tests:
# TODO @trallard: replace SHA after merge to main
# Important: make sure to update the SHA after making any changes to the CI workflow
uses: pydata/pydata-sphinx-theme/.github/workflows/CI.yml@417d83135293eca5a3bbec100fece34467ced065
uses: pydata/pydata-sphinx-theme/.github/workflows/CI.yml@c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9
# needed for the coverage action
permissions:
contents: write
Expand All @@ -29,7 +29,7 @@ jobs:
docs:
# TODO @trallard: replace SHA after merge to main
# Important: make sure to update the SHA after making any changes to the docs workflow
uses: pydata/pydata-sphinx-theme/.github/workflows/docs.yml@417d83135293eca5a3bbec100fece34467ced065
uses: pydata/pydata-sphinx-theme/.github/workflows/docs.yml@c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9

build-package:
name: "Build & verify PST package"
Expand Down
Loading