Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jbms/sphinx-immaterial

Tags

v0.13.9

Toggle v0.13.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(apidoc.cpp): conditionally add space between certain AST tokens (#…

…483)

Removing extra spaces around namespace separators is a simple fix to improve type matching when the result of get_extent_spelling() is passed to _substitute_internal_type_names()

---------

Co-authored-by: Brendan <[email protected]>

v0.13.8

Toggle v0.13.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump astral-sh/setup-uv from 6 to 7 in the actions group (#469)

Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).


Updates `astral-sh/setup-uv` from 6 to 7
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v6...v7)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

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

v0.13.7

Toggle v0.13.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ship type hints for downstream users (#466)

I'd like to import from this package in a type safe way.

v0.13.6

Toggle v0.13.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump codecov/codecov-action from 4 to 5 (#400)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

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] <[email protected]>
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 <[email protected]>