Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.6.0] - 2026-09-10

### Added
- Code blocks are highlighted in QuantEcon's own token palette, the Sphinx
lecture builds' default `qetheme_code_style`, in light and dark mode. MyST
Expand Down Expand Up @@ -543,7 +545,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial version of the QuantEcon MyST theme: Remix + `@myst-theme` book theme with QuantEcon branding, toolbar (home, search, fullscreen, font scaling, dark mode, downloads, Colab/JupyterHub launch, edit-on-GitHub), content-driven site footer, and bundled brand assets.

[Unreleased]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.5.0...HEAD
[Unreleased]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.6.0...HEAD
[2.6.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.3.0...v2.3.1
Expand Down
8 changes: 4 additions & 4 deletions PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Derived from `quantecon-book-theme` v0.20.3 (see its `README.md`, `docs/user/*`,
[v2.1.0](https://github.com/QuantEcon/quantecon-theme.mystmd/releases/tag/v2.1.0)–[v2.2.0](https://github.com/QuantEcon/quantecon-theme.mystmd/releases/tag/v2.2.0); Phase 1 and the Thebe half of Phase 2
shipped in [v2.3.0](https://github.com/QuantEcon/quantecon-theme.mystmd/releases/tag/v2.3.0), and Phase 2's launch-config half shipped in
[v2.2.0](https://github.com/QuantEcon/quantecon-theme.mystmd/releases/tag/v2.2.0). Phase 3 landed on `main`
on 2026-09-10 (#89, #171), unreleased; Phases 4–5 and the translator credit (#143) follow in
#174. **Phase 6 is next.**
on 2026-09-10 (#89, #171); Phases 4–5 and the translator credit (#143) followed in #174;
all shipped in [v2.6.0](https://github.com/QuantEcon/quantecon-theme.mystmd/releases/tag/v2.6.0). **Phase 6 is next.**

---

Expand Down Expand Up @@ -497,8 +497,8 @@ Phase 0 (hygiene/deploy + preview harness) ── prerequisite ✅ shipped
├─▶ Phase 1 Git history in headers ⭐ ✅ shipped v2.3.0
├─▶ Phase 2 Launch parity (Thebe + config) ✅ shipped v2.2.0 / v2.3.0
├─▶ Phase 3 Code highlight + colour schemes ✅ on main 2026-09-10 (unreleased)
├─▶ Phase 4 i18n (language switcher) ──▶ Phase 5 RTL ✅ via #174 (unreleased)
├─▶ Phase 3 Code highlight + colour schemes ✅ shipped v2.6.0
├─▶ Phase 4 i18n (language switcher) ──▶ Phase 5 RTL ✅ shipped v2.6.0
└─▶ Phase 6 Meta/SEO + stderr + docs ← next
```

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantecon/lecture-theme",
"version": "2.5.0",
"version": "2.6.0",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
Loading