Skip to content

Commit 0ff98eb

Browse files
authored
Documentation version handling (#36)
* docs: secure jupyter-book v1 * .github: secure ubuntu version to 24.04 * .github: upgrade Python to 3.12
1 parent 5116680 commit 0ff98eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
deploy-docs:
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-24.04
2121
environment:
2222
name: github-pages
2323
url: ${{ steps.deployment.outputs.page_url }}
@@ -27,10 +27,10 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929

30-
- name: Set up Python 3.11
30+
- name: Set up Python 3.12
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: 3.11
33+
python-version: 3.12
3434
cache: 'pip'
3535

3636
- name: Install dependencies

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jupyter-book
1+
jupyter-book < 2
22
matplotlib
33
numpy
44
ghp-import

0 commit comments

Comments
 (0)