Skip to content

Commit

Permalink
MAINT: upgrade to jupyter-book==1.0.3 (#200)
Browse files Browse the repository at this point in the history
* MAINT: upgrade to jupyter-book==1.0.3

* tmp: disable build cache

* Revert "tmp: disable build cache"

This reverts commit ef12e7a.
  • Loading branch information
mmcky authored Dec 5, 2024
1 parent b4bbc7d commit ff73777
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ on:
push:
branches:
- main
schedule:
# run cache monthly to prevent expiration
- cron: '0 0 1 * *'
jobs:
cache:
runs-on: quantecon-gpu
container:
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
options: --gpus all
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
preview:
runs-on: quantecon-gpu
container:
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
options: --gpus all
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
runs-on: quantecon-gpu
container:
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312
image: ghcr.io/quantecon/lecture-python-container:cuda-12.6.0-anaconda-2024-10-py312-b
options: --gpus all
steps:
- name: Checkout
Expand Down
20 changes: 8 additions & 12 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,17 @@ dependencies:
- anaconda=2024.10
- pip
- pip:
- jupyter-book==0.15.1
- quantecon-book-theme==0.7.2
- jupyter-book==1.0.3
- quantecon-book-theme==0.7.6
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
- sphinx-reredirects==0.1.3
- sphinx-exercise==0.4.1
- sphinx-reredirects==0.1.4
- sphinx-exercise==1.0.1
- sphinx-proof==0.2.0
- ghp-import==1.1.0
- sphinxcontrib-youtube==1.1.0
- sphinx-togglebutton==0.3.1
- array-to-latex
- prettytable
- kaleido
- arviz
- sphinxcontrib-youtube==1.3.0 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
- sphinx-togglebutton==0.3.2
- kaleido # generating static images support
# Docker Requirements
- pytz
# Docutils Issue (https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/322)
- docutils==0.17.1

0 comments on commit ff73777

Please sign in to comment.