Skip to content

Commit d00da87

Browse files
chore(deps-dev): bump mkdocs-material from 9.1.21 to 9.4.8 (#232)
* chore(deps-dev): bump mkdocs-material from 9.1.21 to 9.4.8 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.21 to 9.4.8. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.1.21...9.4.8) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fixup: fix font configuration --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Cousins <[email protected]>
1 parent 93ff8f4 commit d00da87

File tree

3 files changed

+91
-25
lines changed

3 files changed

+91
-25
lines changed

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ theme:
2929
features:
3030
- navigation.instant
3131
- navigation.sections
32-
font: "Open Sans"
33-
code: "Fira Mono"
32+
font:
33+
text: "Open Sans"
34+
code: "Fira Mono"
3435
palette:
3536
- media: "(prefers-color-scheme: light)"
3637
scheme: default

poetry.lock

Lines changed: 87 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ruff = "0.1.3"
4141

4242
[tool.poetry.group.docs.dependencies]
4343
mkdocs = { version = "1.5.3", python = ">=3.8" }
44-
mkdocs-material = { version = "9.1.21", python = ">=3.8" }
44+
mkdocs-material = { version = "9.4.8", python = ">=3.8" }
4545
mkdocstrings = { version = "0.23.0", extras = ["python"], python = ">=3.8" }
4646

4747
[tool.poe.tasks]

0 commit comments

Comments
 (0)