Tags: jbms/sphinx-immaterial
Tags
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>
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`.
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>
PreviousNext