Skip to content

⬆️ Bump quantecon-book-theme from 0.19.0 to 0.20.2#321

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/conda/quantecon-book-theme-0.20.2
Open

⬆️ Bump quantecon-book-theme from 0.19.0 to 0.20.2#321
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/conda/quantecon-book-theme-0.20.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps quantecon-book-theme from 0.19.0 to 0.20.2.

Release notes

Sourced from quantecon-book-theme's releases.

v0.20.2

Fix emphasis color on textual citation "et al." text

Fixed

  • Emphasis color on "et al." in textual citations (#378) — the v0.20.1 fix only targeted <em> inside <a class="reference"> links. With bibtex_reference_style: author_year, sphinxcontrib-bibtex places <em>et al.</em> as a sibling of the link, not a child. Added span:has(> a.reference) > em CSS selector to handle this structure across all theme variants (light, dark, gruvbox).

v0.20.1

Fix emphasis color on citation reference links

Fixed

  • Emphasis color applied to "et al." in citation links (#366) — added a.reference em CSS overrides so <em> tags inside sphinxcontrib-bibtex citation reference links inherit color and font-weight from the parent anchor instead of the theme's emphasis styling. Applied across light, dark, and gruvbox color schemes.

Changed

  • Relaxed sphinxcontrib-bibtex upper bound (#366) — updated docs dependency from <=2.5.0 to <3, allowing compatibility with the 2.6.x series (latest 2.6.5).

CI

  • Bump codecov/codecov-action from 5.5.2 to 6.0.0 (#377)
  • Bump actions/deploy-pages from 4 to 5 (#376)

v0.20.0

Language Switcher for Multilingual Site Support

What's New

Language Switcher for Multilingual Sites

A new globe icon dropdown in the bottom toolbar enables users to switch between translated versions of a lecture site. The switcher:

  • Only renders when 2+ languages are configured via html_theme_options
  • Supports keyboard navigation, click-outside-to-close, and dark mode
  • Is fully accessible with ARIA roles and labels
  • Has zero impact on existing sites (no configuration required)

SEO hreflang Tags

Automatically injects <link rel="alternate" hreflang="..."> meta tags in <head> for all configured languages, improving search engine discovery of translated content.

Configuration Example

sphinx:
  config:
    html_theme_options:
      languages:
        - code: en
          name: English
          url: https://python-programming.quantecon.org
        - code: fa
          name: فارسی
          url: https://quantecon.github.io/lecture-python-programming.fa
        - code: zh-cn
          name: 中文
</tr></table> 

... (truncated)

Changelog

Sourced from quantecon-book-theme's changelog.

[0.20.2] - 2026-04-06

Fixed

  • Emphasis color on "et al." in textual citations (#378) — the v0.20.1 fix only targeted <em> inside <a class="reference"> links. With bibtex_reference_style: author_year, sphinxcontrib-bibtex places <em>et al.</em> as a sibling of the link, not a child. Added span:has(> a.reference) > em selector to handle this HTML structure across all theme variants.

[0.20.1] - 2026-04-06

Fixed

  • Emphasis color applied to "et al." in citation links (#366) — added a.reference em CSS overrides so <em> tags inside sphinxcontrib-bibtex citation reference links inherit color and font-weight from the parent anchor instead of the theme's emphasis styling. Applied across light, dark, and gruvbox color schemes.

Changed

  • Relaxed sphinxcontrib-bibtex upper bound (#366) — updated docs dependency from <=2.5.0 to <3, allowing compatibility with the 2.6.x series (latest 2.6.5).

CI

  • Bump codecov/codecov-action from 5.5.2 to 6.0.0 (#377)
  • Bump actions/deploy-pages from 4 to 5 (#376)

[0.20.0] - 2026-03-23

Added

  • Language switcher for multilingual site support (#374) — a globe icon dropdown in the bottom toolbar that enables users to switch between translated versions of a lecture site. Only renders when 2+ languages are configured via html_theme_options. Includes keyboard navigation, click-outside-to-close, and dark mode support.
  • SEO hreflang tags (#374) — automatically injects <link rel="alternate" hreflang="..."> meta tags in <head> for all configured languages, improving search engine discovery of translated content.
  • Multilingual infrastructure documentation (#374) — new developer guide at docs/developer/infrastructure.md covering three hosting options (GitHub Pages, subdomains, reverse proxy) for deploying translated lecture sites.

Changed

  • Renamed lecture-python-programming.myst to lecture-python-programming (#374) — updated all CI workflows, tox config, Playwright config, and documentation to reflect the renamed test repository.
Commits
  • f649572 Release version 0.20.2
  • 44aeb6a fix: handle emphasis color on citation et al. text outside links (#378)
  • 172bd74 Release version 0.20.1
  • 6476d11 fix: exclude emphasis color styling from citation reference links (et al.) (#...
  • 04c716a ⬆️ bump codecov/codecov-action from 5.5.2 to 6.0.0 (#377)
  • bba8c24 ⬆️ bump actions/deploy-pages from 4 to 5 (#376)
  • 661d769 Update release instructions: version-only title for GitHub releases
  • 691c508 Release version 0.20.0
  • e60d154 feat: add language switcher for multilingual site support (#374)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [quantecon-book-theme](https://github.com/QuantEcon/quantecon-book-theme) from 0.19.0 to 0.20.2.
- [Release notes](https://github.com/QuantEcon/quantecon-book-theme/releases)
- [Changelog](https://github.com/QuantEcon/quantecon-book-theme/blob/main/CHANGELOG.md)
- [Commits](QuantEcon/quantecon-book-theme@v0.19.0...v0.20.2)

---
updated-dependencies:
- dependency-name: quantecon-book-theme
  dependency-version: 0.20.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added conda Pull requests that update conda code dependencies Pull requests that update a dependency file labels Apr 6, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 6, 2026

Deploy Preview for lustrous-melomakarona-3ee73e ready!

Name Link
🔨 Latest commit cb52acb
🔍 Latest deploy log https://app.netlify.com/projects/lustrous-melomakarona-3ee73e/deploys/69d42584c615fd0008078a95
😎 Deploy Preview https://deploy-preview-321--lustrous-melomakarona-3ee73e.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conda Pull requests that update conda code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants