From 1390bdab550daf40ed01a31d69d2b0c367b0422b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 19:00:16 +0100 Subject: [PATCH] chore(deps): update dependency mkdocs-material to v9 (#496) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> --- mkdocs.yml | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 4e5b56d..f54fc2b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,9 @@ theme: - navigation.instant - toc.integrate - toc.follow + - content.action.edit + - content.action.view + - navigation.footer palette: - media: "(prefers-color-scheme: light)" diff --git a/requirements.txt b/requirements.txt index 98598f8..c0e9f70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -mkdocs-material==8.5.11 +mkdocs-material==9.0.0 mkdocs==1.4.2