From 76ca9242e771908acc665340599592eead318ba6 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 21 Nov 2025 16:19:14 +1100 Subject: [PATCH 1/3] Upgrade sphinx and theme dependencies - Update quantecon-book-theme from 0.9.2 to 0.11.0 - Update sphinx-tojupyter from 0.3.1 to 0.6.0 - Update sphinx-exercise from 1.0.1 to 1.2.1 --- environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index b25830f9..f73ea565 100644 --- a/environment.yml +++ b/environment.yml @@ -7,10 +7,10 @@ dependencies: - pip - pip: - jupyter-book==1.0.4post1 - - quantecon-book-theme==0.9.2 - - sphinx-tojupyter==0.3.1 + - quantecon-book-theme==0.11.0 + - sphinx-tojupyter==0.6.0 - sphinxext-rediraffe==0.2.7 - - sphinx-exercise==1.0.1 + - sphinx-exercise==1.2.1 - sphinxcontrib-youtube==1.4.1 - sphinx-togglebutton==0.3.2 From 888e5371b4cee10c92b2093d0e812b0c1488b54a Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 21 Nov 2025 17:16:44 +1100 Subject: [PATCH 2/3] TMP: remove build cache for full execution check --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7744bc2..0500aaf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,13 +33,13 @@ jobs: - name: Display Pip Versions shell: bash -l {0} run: pip list - - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v11 - with: - workflow: cache.yml - branch: main - name: build-cache - path: _build + # - name: Download "build" folder (cache) + # uses: dawidd6/action-download-artifact@v11 + # with: + # workflow: cache.yml + # branch: main + # name: build-cache + # path: _build # Build Assets (Download Notebooks and PDF via LaTeX) - name: Build Download Notebooks (sphinx-tojupyter) shell: bash -l {0} From bfa7329223933901196d616179395968cdb6e8af Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 21 Nov 2025 17:44:36 +1100 Subject: [PATCH 3/3] Revert "TMP: remove build cache for full execution check" This reverts commit 888e5371b4cee10c92b2093d0e812b0c1488b54a. --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0500aaf2..f7744bc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,13 +33,13 @@ jobs: - name: Display Pip Versions shell: bash -l {0} run: pip list - # - name: Download "build" folder (cache) - # uses: dawidd6/action-download-artifact@v11 - # with: - # workflow: cache.yml - # branch: main - # name: build-cache - # path: _build + - name: Download "build" folder (cache) + uses: dawidd6/action-download-artifact@v11 + with: + workflow: cache.yml + branch: main + name: build-cache + path: _build # Build Assets (Download Notebooks and PDF via LaTeX) - name: Build Download Notebooks (sphinx-tojupyter) shell: bash -l {0}