From 6ccfe86ca49258b3b3b2e9d80faa6440243ede71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 03:08:05 +0000 Subject: [PATCH 1/2] Bump mkdocs-material from 8.5.11 to 9.0.2 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.5.11 to 9.0.2. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Upgrade guide](https://github.com/squidfunk/mkdocs-material/blob/master/docs/upgrade.md) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.5.11...9.0.2) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f9417e..f4a0733 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ mkdocs==1.4.2 mkdocs-macros-plugin==0.7.0 -mkdocs-material==8.5.11 +mkdocs-material==9.0.2 mkdocs-minify-plugin==0.6.2 mkdocs-git-revision-date-localized-plugin==1.1.0 mkdocs-snippet-plugin==1.0.2 From d96ead7602d57c7ab939be107cd33491c0e32962 Mon Sep 17 00:00:00 2001 From: Eike Haller <58111764+eksrha@users.noreply.github.com> Date: Thu, 5 Jan 2023 20:17:37 +0100 Subject: [PATCH 2/2] Update mkdocs.yml --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 91d218a..cae79a4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,8 +26,11 @@ theme: features: # - announce.dismiss - content.code.annotate + - content.code.copy - content.tabs.link - content.tooltips + - content.action.edit + - content.action.view # - header.autohide # - navigation.expand - navigation.indexes