Skip to content

Tags: jbms/sphinx-immaterial

Tags

v0.13.5

Toggle v0.13.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.4 (#405)

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.3 to 1.12.4.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@f760068...76f52bc)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.13.4

Toggle v0.13.4's commit message
Fix special pages like genindex

These were broken by a jinja2 upgrade which changed the default behavior
when accessing a variable defined in a parent block.

Fixes #329.

v0.13.3

Toggle v0.13.3's commit message
Fix get_colors to support non-minified output (`npm run docs:watch`)

v0.13.2

Toggle v0.13.2's commit message
Drop support for Sphinx<6

Fixes #424.

v0.13.1

Toggle v0.13.1's commit message
Fix json serializing build issue with MkdocsNavEntry.parent

v0.13.0

Toggle v0.13.0's commit message
Merge in upstream changes from mkdocs-material

Co-authored-by: Brendan <2bndy5@gmail.com>

v0.12.6

Toggle v0.12.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add note about palette to toc.follow documentation (#411)

Closes #380

Co-authored-by: Brendan <2bndy5@gmail.com>

v0.12.5

Toggle v0.12.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix navigation.tabs for non-leaf pages (#406)

Previously, when using navigation.tabs on non-leaf pages, the integrated
TOC used for "layered" (mobile) navigation would incorrectly display as
well. The fix in 87d87f9 was was not
sufficient due to a CSS precedence issue, which is now corrected by
using `!important`.

v0.12.4

Toggle v0.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: support for sphinx v8.1.0 (#393)

* Sphin 8.1.0 and MathDomain import

Sphinx 8.1.0 removed import of MathDomain into sphinx.ext.mathjax
that resulted in sphinx-immaterial crashing with ImportError. Replaced
with import from actual package that defines MathDomain.

Sphinx seems to be moving away from using get_domain to get domain
instances, however it is available only from versions >=8.1.0, so I left
get_domain call as it is currently.

Verified to work with Sphinx 8.0.2 and 8.1.0 but I'm not using mathjax
domain.

* let mypy infer type changes from sphinx upstream

---------

Co-authored-by: Maciej Nowak <mnowak@kplabs.pl>

v0.12.3

Toggle v0.12.3's commit message
revert trusted publisher release config in CI