Skip to content

Commit 681779b

Browse files
authored
MAINT: update Jupyter-book to 1.0.3 and associated packages (#423)
* MAINT: update software stack to jupyter-book==1.0.3 * tmp: disable build cache * Revert "tmp: disable build cache" This reverts commit 78dfaaa. * enable scheduled monthly run of the cache
1 parent d61e68d commit 681779b

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.github/workflows/cache.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ on:
33
push:
44
branches:
55
- main
6+
schedule:
7+
# run cache monthly to prevent expiration
8+
- cron: '0 0 1 * *'
69
jobs:
710
cache:
811
runs-on: quantecon-gpu
912
container:
10-
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
13+
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
1114
options: --gpus all
1215
steps:
1316
- uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
preview:
55
runs-on: quantecon-gpu
66
container:
7-
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
7+
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
88
options: --gpus all
99
steps:
1010
- uses: actions/checkout@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
99
runs-on: quantecon-gpu
1010
container:
11-
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
11+
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
1212
options: --gpus all
1313
steps:
1414
- name: Checkout

environment.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ dependencies:
66
- anaconda=2024.10
77
- pip
88
- pip:
9-
- jupyter-book==0.15.1
10-
- docutils==0.17.1
11-
- quantecon-book-theme==0.7.2
12-
- sphinx-reredirects==0.1.3
9+
- jupyter-book==1.0.3
10+
- quantecon-book-theme==0.7.6
1311
- sphinx-tojupyter==0.3.0
1412
- sphinxext-rediraffe==0.2.7
15-
- sphinx-exercise==0.4.1
16-
- ghp-import==2.1.0
17-
- sphinxcontrib-youtube==1.2.0
13+
- sphinx-reredirects==0.1.4
14+
- sphinx-exercise==1.0.1
15+
- sphinx-proof==0.2.0
16+
- ghp-import==1.1.0
17+
- sphinxcontrib-youtube==1.3.0 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
1818
- sphinx-togglebutton==0.3.2
19-
- arviz==0.13.0
20-
- kaleido
2119
# Docker Requirements
2220
- pytz
21+

0 commit comments

Comments
 (0)