From 7d3c70ca48f30ed32897324dcfc05d6d63742f53 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Tue, 24 Feb 2026 15:05:35 +1100 Subject: [PATCH] Upgrade quantecon-book-theme to 0.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update quantecon container: ==0.10.1 → ==0.18.0 - Update quantecon-build container: >=0.10.1 → >=0.18.0 - Update container README version reference - Add CHANGELOG entry --- CHANGELOG.md | 1 + containers/quantecon-build/environment.yml | 2 +- containers/quantecon/README.md | 2 +- containers/quantecon/environment.yml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 054d542..74ad44d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed +- **Containers**: Upgraded `quantecon-book-theme` from 0.10.1 to 0.18.0 - **CI**: Temporarily disabled lecture-jax in container tests until JAX installation commands are added ([lecture-jax#284](https://github.com/QuantEcon/lecture-jax/issues/284)) ## [0.6.0] - 2026-02-09 diff --git a/containers/quantecon-build/environment.yml b/containers/quantecon-build/environment.yml index 1f2e4ea..ca92379 100644 --- a/containers/quantecon-build/environment.yml +++ b/containers/quantecon-build/environment.yml @@ -56,7 +56,7 @@ dependencies: - pip: # Jupyter Book build tools - jupyter-book>=1.0.4post1,<2.0 - - quantecon-book-theme>=0.10.1 + - quantecon-book-theme>=0.18.0 - sphinx-tojupyter>=0.4.0 - sphinxext-rediraffe>=0.2.7 - sphinx-exercise>=1.2.0 diff --git a/containers/quantecon/README.md b/containers/quantecon/README.md index e77178a..8c63f05 100644 --- a/containers/quantecon/README.md +++ b/containers/quantecon/README.md @@ -113,7 +113,7 @@ conda list # See all packages **Jupyter Book Build Tools:** - jupyter-book (1.0.4post1) - Document builder -- quantecon-book-theme (0.10.1) - Custom theme +- quantecon-book-theme (0.18.0) - Custom theme - Sphinx extensions (tojupyter, rediraffe, exercise, proof, youtube, togglebutton, reredirects) - quantecon-book-networks diff --git a/containers/quantecon/environment.yml b/containers/quantecon/environment.yml index 0759607..82ef46e 100644 --- a/containers/quantecon/environment.yml +++ b/containers/quantecon/environment.yml @@ -14,7 +14,7 @@ dependencies: - pip: # Jupyter Book build tools - jupyter-book==1.0.4post1 - - quantecon-book-theme==0.10.1 + - quantecon-book-theme==0.18.0 - sphinx-tojupyter==0.4.0 - sphinxext-rediraffe==0.2.7 - sphinx-exercise==1.2.0