From 29df4c9063a1f765c5d2fdb0609d06d20154efe8 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 18 Oct 2024 14:16:13 +1100 Subject: [PATCH 01/15] MAINT: upgrade latest build software versions --- environment.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/environment.yml b/environment.yml index fd47060f..2e7bff83 100644 --- a/environment.yml +++ b/environment.yml @@ -6,15 +6,15 @@ dependencies: - anaconda=2024.06 - pip - pip: - - jupyter-book==0.15.1 - - docutils==0.17.1 + - jupyter-book==1.0.3 + # - docutils==0.17.1 - quantecon-book-theme==0.7.2 - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - sphinx-exercise==0.4.1 - - ghp-import==1.1.0 - - sphinxcontrib-youtube==1.1.0 - - sphinx-togglebutton==0.3.1 + - ghp-import==2.1.0 + - sphinxcontrib-youtube==1.4.1 + - sphinx-togglebutton==0.3.2 # Github Actions Bug - requests # Docker Requirements From d04b185a7821851fe270be35ef02a8b4117a7d6c Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 22 Oct 2024 12:10:09 +1100 Subject: [PATCH 02/15] TST: deps updated on quantecon-book-theme --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 2e7bff83..7d267945 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,7 @@ dependencies: - pip: - jupyter-book==1.0.3 # - docutils==0.17.1 - - quantecon-book-theme==0.7.2 + - git+https://github.com/QuantEcon/quantecon-book-theme@maint-22oct - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - sphinx-exercise==0.4.1 From 776a5b7ace2c3f27371e32fb1d8229675d19baa1 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 22 Oct 2024 13:18:00 +1100 Subject: [PATCH 03/15] tst: updates to sphinx-exercise --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 7d267945..e8bbf6d3 100644 --- a/environment.yml +++ b/environment.yml @@ -11,7 +11,7 @@ dependencies: - git+https://github.com/QuantEcon/quantecon-book-theme@maint-22oct - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - - sphinx-exercise==0.4.1 + - git+https://github.com/executablebooks/sphinx-exercise@maint-22oct - ghp-import==2.1.0 - sphinxcontrib-youtube==1.4.1 - sphinx-togglebutton==0.3.2 From 118fc5dbe298badaad2beb58fd1b94bd85f94e79 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 22 Oct 2024 13:23:26 +1100 Subject: [PATCH 04/15] fix theme source --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index e8bbf6d3..141893bb 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,7 @@ dependencies: - pip: - jupyter-book==1.0.3 # - docutils==0.17.1 - - git+https://github.com/QuantEcon/quantecon-book-theme@maint-22oct + - git+https://github.com/QuantEcon/quantecon-book-theme@main - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - git+https://github.com/executablebooks/sphinx-exercise@maint-22oct From 4e3826bfb3fb0fdb8c82c806af66d8cefce80377 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 25 Oct 2024 17:45:17 +1100 Subject: [PATCH 05/15] update software with patches --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 141893bb..11397b96 100644 --- a/environment.yml +++ b/environment.yml @@ -11,7 +11,7 @@ dependencies: - git+https://github.com/QuantEcon/quantecon-book-theme@main - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - - git+https://github.com/executablebooks/sphinx-exercise@maint-22oct + - git+https://github.com/executablebooks/sphinx-exercise@main - ghp-import==2.1.0 - sphinxcontrib-youtube==1.4.1 - sphinx-togglebutton==0.3.2 From d4ca9b9995aa73b6bfd1125132ca54873dc78fe4 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Nov 2024 10:59:31 +1100 Subject: [PATCH 06/15] test fix to sphinx>=5,<6 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 11397b96..19e0a6ae 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,7 @@ dependencies: - pip: - jupyter-book==1.0.3 # - docutils==0.17.1 - - git+https://github.com/QuantEcon/quantecon-book-theme@main + - git+https://github.com/QuantEcon/quantecon-book-theme@fix-sphinx5 - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - git+https://github.com/executablebooks/sphinx-exercise@main From d92de2344d3bcd440a3df646c94939a7bc10acfd Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Nov 2024 11:06:01 +1100 Subject: [PATCH 07/15] downgrade to youtube=1.3.0 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 19e0a6ae..1a5b90ca 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,7 @@ dependencies: - sphinxext-rediraffe==0.2.7 - git+https://github.com/executablebooks/sphinx-exercise@main - ghp-import==2.1.0 - - sphinxcontrib-youtube==1.4.1 + - sphinxcontrib-youtube==1.3.0 - sphinx-togglebutton==0.3.2 # Github Actions Bug - requests From 197b430017a94347a420cbc6f89c1227699c3e79 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Nov 2024 11:13:33 +1100 Subject: [PATCH 08/15] Revert "downgrade to youtube=1.3.0" This reverts commit d92de2344d3bcd440a3df646c94939a7bc10acfd. --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 1a5b90ca..19e0a6ae 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,7 @@ dependencies: - sphinxext-rediraffe==0.2.7 - git+https://github.com/executablebooks/sphinx-exercise@main - ghp-import==2.1.0 - - sphinxcontrib-youtube==1.3.0 + - sphinxcontrib-youtube==1.4.1 - sphinx-togglebutton==0.3.2 # Github Actions Bug - requests From 5432a4ed354acb41d894f5c867f256fbfbf5fe77 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Nov 2024 11:27:51 +1100 Subject: [PATCH 09/15] pin sphinx-youtube to 1.3.0 for sphinx5 compat --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 19e0a6ae..f75ee8bc 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,7 @@ dependencies: - sphinxext-rediraffe==0.2.7 - git+https://github.com/executablebooks/sphinx-exercise@main - ghp-import==2.1.0 - - sphinxcontrib-youtube==1.4.1 + - 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 # Github Actions Bug - requests From bc986dacb7116d48a8c4c5f078d98d020eee23fd Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Nov 2024 11:57:50 +1100 Subject: [PATCH 10/15] update quantecon-book-theme and sphinx-exercise --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index f75ee8bc..4601d6b3 100644 --- a/environment.yml +++ b/environment.yml @@ -8,10 +8,10 @@ dependencies: - pip: - jupyter-book==1.0.3 # - docutils==0.17.1 - - git+https://github.com/QuantEcon/quantecon-book-theme@fix-sphinx5 + - quantecon-book-theme==0.7.4 - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - - git+https://github.com/executablebooks/sphinx-exercise@main + - 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-togglebutton==0.3.2 From 7fd6ab0e49dc46bb203b580072b474ba747f63d5 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Nov 2024 15:04:03 +1100 Subject: [PATCH 11/15] tst: against libsass upgrade --- environment.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/environment.yml b/environment.yml index 4601d6b3..54e0ce7e 100644 --- a/environment.yml +++ b/environment.yml @@ -7,20 +7,12 @@ dependencies: - pip - pip: - jupyter-book==1.0.3 - # - docutils==0.17.1 - - quantecon-book-theme==0.7.4 + - git+https://github.com/QuantEcon/quantecon-book-theme@update-libsass-win - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - 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-togglebutton==0.3.2 - # Github Actions Bug - - requests - # Docker Requirements - - pytz - # Additional Requirements - - array-to-latex - - prettytable From 96e7736b8bc30399d19b0888554ced2cce868ded Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Nov 2024 16:05:28 +1100 Subject: [PATCH 12/15] use quantecon-book-theme==0.7.5 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 54e0ce7e..cb9048a2 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ dependencies: - pip - pip: - jupyter-book==1.0.3 - - git+https://github.com/QuantEcon/quantecon-book-theme@update-libsass-win + - quantecon-book-theme==0.7.5 - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - sphinx-exercise==1.0.1 From 8e6f55a40a68b3c2754cf6e8b095d64060091a1a Mon Sep 17 00:00:00 2001 From: mmcky Date: Sat, 30 Nov 2024 11:24:48 +1100 Subject: [PATCH 13/15] upgrade quantecon-book-theme --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index cb9048a2..37807653 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ dependencies: - pip - pip: - jupyter-book==1.0.3 - - quantecon-book-theme==0.7.5 + - quantecon-book-theme==0.7.6 - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - sphinx-exercise==1.0.1 From da5a2be9af7367cce18f6656ac04f2fa74e1e40c Mon Sep 17 00:00:00 2001 From: mmcky Date: Sat, 30 Nov 2024 12:06:54 +1100 Subject: [PATCH 14/15] tmp: disable 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 77604fa7..9daf2688 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@v6 - with: - workflow: cache.yml - branch: main - name: build-cache - path: _build + # - name: Download "build" folder (cache) + # uses: dawidd6/action-download-artifact@v6 + # 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 2d85ed68fed6cc76ebde4e7bbd15a467fc38f611 Mon Sep 17 00:00:00 2001 From: mmcky Date: Sat, 30 Nov 2024 12:22:58 +1100 Subject: [PATCH 15/15] Revert "tmp: disable build cache" This reverts commit da5a2be9af7367cce18f6656ac04f2fa74e1e40c. --- .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 9daf2688..77604fa7 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@v6 - # with: - # workflow: cache.yml - # branch: main - # name: build-cache - # path: _build + - name: Download "build" folder (cache) + uses: dawidd6/action-download-artifact@v6 + 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}