From b7a0c223bd1789d17b738b0b5e235a3211ae3563 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Sat, 30 Nov 2024 13:54:59 +1100 Subject: [PATCH] MAINT: upgrade latest build software versions (#326) * MAINT: upgrade latest build software versions * TST: deps updated on quantecon-book-theme * tst: updates to sphinx-exercise * fix theme source * update software with patches * test fix to sphinx>=5,<6 * downgrade to youtube=1.3.0 * Revert "downgrade to youtube=1.3.0" This reverts commit d92de2344d3bcd440a3df646c94939a7bc10acfd. * pin sphinx-youtube to 1.3.0 for sphinx5 compat * update quantecon-book-theme and sphinx-exercise * tst: against libsass upgrade * use quantecon-book-theme==0.7.5 * upgrade quantecon-book-theme * tmp: disable build cache * Revert "tmp: disable build cache" This reverts commit da5a2be9af7367cce18f6656ac04f2fa74e1e40c. --- environment.yml | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/environment.yml b/environment.yml index 8ea0106d..1733c977 100644 --- a/environment.yml +++ b/environment.yml @@ -6,21 +6,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 - - ghp-import==1.1.0 - - sphinxcontrib-youtube==1.1.0 - - sphinx-togglebutton==0.3.1 - # Github Actions Bug - - requests - # Docker Requirements - - pytz - # Additional Requirements - - array-to-latex - - prettytable + - 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