Skip to content
Draft
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/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ on:

jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Upgrade pip
run: |
# install pip=>20.1 to use "pip cache dir"
python3 -m pip install --upgrade pip==21.3.1
python3 -m pip install --upgrade pip==25.0.1

- name: Get pip cache dir
id: pip-cache
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jinja2==3.0.3
# via
# myst-parser
# sphinx
markdown-it-py==2.0.0
markdown-it-py>=2.0.0
# via
# mdit-py-plugins
# myst-parser
Expand All @@ -45,7 +45,7 @@ mdurl==0.1.0
# via markdown-it-py
myst-parser==0.18.1
# via -r docs/requirements.in
packaging==21.3
packaging>=21.3
# via
# build
# sphinx
Expand All @@ -59,7 +59,7 @@ pyproject-hooks==1.0.0
# via build
pytz==2021.3
# via babel
pyyaml==6.0
pyyaml>=6.0
# via myst-parser
requests==2.27.1
# via sphinx
Expand Down