Skip to content

⬆️ Bump quantecon-book-theme from 0.20.0 to 0.20.2#192

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

⬆️ Bump quantecon-book-theme from 0.20.0 to 0.20.2#192
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 12, 2026

Bumps quantecon-book-theme from 0.20.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)
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)
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
  • 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.20.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.20.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-patch
...

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 12, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 12, 2026

Deploy Preview for sparkly-moxie-de1f0e ready!

Name Link
🔨 Latest commit 442d588
🔍 Latest deploy log https://app.netlify.com/projects/sparkly-moxie-de1f0e/deploys/69dc2239c5b9db0008a86f8a
😎 Deploy Preview https://deploy-preview-192--sparkly-moxie-de1f0e.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.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 12, 2026

Deploy Preview for adorable-cucurucho-69162b ready!

Name Link
🔨 Latest commit 442d588
🔍 Latest deploy log https://app.netlify.com/projects/adorable-cucurucho-69162b/deploys/69dc223926e1da00087f3cbb
😎 Deploy Preview https://deploy-preview-192--adorable-cucurucho-69162b.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.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 19, 2026

Superseded by #194.

@dependabot dependabot Bot closed this Apr 19, 2026
@dependabot dependabot Bot deleted the dependabot/conda/quantecon-book-theme-0.20.2 branch April 19, 2026 22:52
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