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]

## [3.0.0] - 2026-09-12

### Added
- A default site footer, so a site that declares no `site.parts.footer` still
carries the licence notice and theme credit the Sphinx lecture sites printed
Expand Down Expand Up @@ -766,7 +768,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.7.0...HEAD
[Unreleased]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.7.0...v3.0.0
[2.7.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.6.1...v2.7.0
[2.6.1]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.5.0...v2.6.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ tag they build with, rather than vendoring copies:
project:
github: https://github.com/QuantEcon/lecture-python.myst # commit links target this repo
plugins:
- https://raw.githubusercontent.com/QuantEcon/quantecon-theme.mystmd/v2.7.0/plugins/git-metadata.mjs
- https://raw.githubusercontent.com/QuantEcon/quantecon-theme.mystmd/v3.0.0/plugins/git-metadata.mjs
```

The plugin is moving to the shared
Expand Down Expand Up @@ -285,7 +285,7 @@ Point your project's `site.template` at a **pinned release** zip:
```yaml
# myst.yml
site:
template: https://github.com/QuantEcon/quantecon-theme.mystmd/releases/download/v2.7.0/quantecon-theme.zip
template: https://github.com/QuantEcon/quantecon-theme.mystmd/releases/download/v3.0.0/quantecon-theme.zip
```

Pin a specific version rather than tracking a branch, and bump it deliberately: the
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.7.0",
"version": "3.0.0",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
Loading