Skip to content

⬆️ Bump quantecon-book-theme from 0.15.1 to 0.16.0#701

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

⬆️ Bump quantecon-book-theme from 0.15.1 to 0.16.0#701
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/conda/quantecon-book-theme-0.16.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2026

Bumps quantecon-book-theme from 0.15.1 to 0.16.0.

Release notes

Sourced from quantecon-book-theme's releases.

v0.16.0

Customizable Emphasis and Bold Text Colors

What's New

Customizable Emphasis and Bold Text Colors (#355, #356)

Six new html_theme_options allow per-site color customization of typography elements:

  • emphasis_color / emphasis_color_dark — italic (<em>) text
  • strong_color / strong_color_dark — bold (<strong>/<b>) text
  • definition_color / definition_color_dark — definition list (<dt>) elements

Each supports light and dark mode independently, with CSS custom properties and SCSS fallbacks. Server-side validation prevents CSS injection.

Example configuration:

html_theme_options = {
    "emphasis_color": "#d9534f",
    "strong_color": "#0056b3",
    "definition_color": "#2e7d32",
}

See the configuration docs for full details.

Bug Fixes

  • Math equation visual test stability (#357) — replaced fixed timeout with MathJax.startup.promise for reliable rendering detection
  • Update-snapshots workflow — added continue-on-error to handle missing snapshot exits gracefully

Dependency Updates

  • Bump codecov/codecov-action from 5.5.1 to 5.5.2 (#351)
  • Bump actions/upload-artifact from 5 to 6 (#352)

Full Changelog: QuantEcon/quantecon-book-theme@v0.15.1...v0.16.0

Changelog

Sourced from quantecon-book-theme's changelog.

[0.16.0] - 2026-02-06

Added

  • Customizable emphasis and bold text colors (#355, #356)
    • Six new html_theme_options: emphasis_color, emphasis_color_dark, strong_color, strong_color_dark, definition_color, definition_color_dark
    • Allows per-site color customization of italic (<em>), bold (<strong>/<b>), and definition list (<dt>) elements
    • Supports light and dark mode independently
    • CSS custom properties (--qe-emphasis-color, --qe-strong-color, --qe-definition-color) with SCSS fallbacks
    • Server-side validation of color values to prevent CSS injection
    • Comprehensive documentation in docs/configure.md with examples

Fixed

  • Math equation visual test stability (#357)
    • Replaced fixed 1000ms timeout with MathJax.startup.promise for reliable math rendering detection
    • Captures paragraph container instead of tiny MathJax element to avoid dimension mismatches
  • Update-snapshots workflow (#357)
    • Added continue-on-error: true to handle missing snapshot exit codes gracefully

Changed

  • Dependency updates (Dependabot)
    • Bump codecov/codecov-action from 5.5.1 to 5.5.2 (#351)
    • Bump actions/upload-artifact from 5 to 6 (#352)
Commits
  • 8448169 Release version 0.16.0
  • dd06562 ⬆️ Bump codecov/codecov-action from 5.5.1 to 5.5.2 (#351)
  • e84ac37 ⬆️ Bump actions/upload-artifact from 5 to 6 (#352)
  • 8119fb3 feat: Allow customizing emphasis and bold text colors via html_theme_options ...
  • c25b251 Fix flaky math equation visual regression test (#357)
  • 2046ebc Fix update-snapshots workflow: allow missing snapshot exits
  • 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.15.1 to 0.16.0.
- [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.15.1...v0.16.0)

---
updated-dependencies:
- dependency-name: quantecon-book-theme
  dependency-version: 0.16.0
  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 Feb 7, 2026
@netlify
Copy link

netlify bot commented Feb 7, 2026

Deploy Preview for taupe-gaufre-c4e660 ready!

Name Link
🔨 Latest commit ed11a8e
🔍 Latest deploy log https://app.netlify.com/projects/taupe-gaufre-c4e660/deploys/6987b8ccca6988000817b05b
😎 Deploy Preview https://deploy-preview-701--taupe-gaufre-c4e660.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