From 67573ae091ac61e3e8202050fd833a7fd89ff82c Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 3 Dec 2024 11:38:03 +1100 Subject: [PATCH 1/4] ENH: update software stack --- environment.yml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/environment.yml b/environment.yml index f453b6d5..4be266d2 100644 --- a/environment.yml +++ b/environment.yml @@ -7,21 +7,13 @@ dependencies: - anaconda=2024.10 - pip - pip: - - jupyter-book==0.15.1 - - docutils==0.17.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-exercise==0.4.1 + - sphinx-exercise==1.0.1 + - ghp-import==2.1.0 + - sphinxcontrib-youtube==1.3.0 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5 - sphinx-proof==0.2.0 - - ghp-import==1.1.0 - - sphinxcontrib-youtube==1.1.0 - - sphinx-togglebutton==0.3.1 - - sphinx_reredirects==0.1.3 - # Sandpit Requirements - # - PuLP - # - cvxpy - # - cvxopt - # - cylp - # - array-to-latex - # - prettytable + - sphinx-togglebutton==0.3.2 + - sphinx-reredirects==0.1.5 From fe29da4cd99bc696aa9ba214470ace57654bc9b5 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 3 Dec 2024 12:00:50 +1100 Subject: [PATCH 2/4] pin sphinx-reredirects --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 4be266d2..ce6c41ff 100644 --- a/environment.yml +++ b/environment.yml @@ -16,4 +16,4 @@ dependencies: - sphinxcontrib-youtube==1.3.0 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5 - sphinx-proof==0.2.0 - sphinx-togglebutton==0.3.2 - - sphinx-reredirects==0.1.5 + - sphinx-reredirects==0.1.4 #Version 0.1.5 requires sphinx>=7.1 From 78d73914fb3162c5b9d91451911d05f55a2b0682 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 3 Dec 2024 13:21:55 +1100 Subject: [PATCH 3/4] tmp: remove build cache --- .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 943dafb5..1a4711f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,13 @@ jobs: - name: Display Pip Versions shell: bash -l {0} run: pip list - - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v7 - with: - workflow: cache.yml - branch: main - name: build-cache - path: _build + # - name: Download "build" folder (cache) + # uses: dawidd6/action-download-artifact@v7 + # with: + # workflow: cache.yml + # branch: main + # name: build-cache + # path: _build # Build Assets (Download Notebooks and PDF via LaTeX) - name: Build PDF from LaTeX shell: bash -l {0} From ffb72cb4590a785c44a080c557709376c66d6dfd Mon Sep 17 00:00:00 2001 From: mmcky Date: Wed, 4 Dec 2024 10:05:00 +1100 Subject: [PATCH 4/4] Revert "tmp: remove build cache" This reverts commit 78d73914fb3162c5b9d91451911d05f55a2b0682. --- .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 1a4711f0..943dafb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,13 @@ jobs: - name: Display Pip Versions shell: bash -l {0} run: pip list - # - name: Download "build" folder (cache) - # uses: dawidd6/action-download-artifact@v7 - # with: - # workflow: cache.yml - # branch: main - # name: build-cache - # path: _build + - name: Download "build" folder (cache) + uses: dawidd6/action-download-artifact@v7 + with: + workflow: cache.yml + branch: main + name: build-cache + path: _build # Build Assets (Download Notebooks and PDF via LaTeX) - name: Build PDF from LaTeX shell: bash -l {0}