From c27a2cb146ccdb64058f00def7c20d39534e8ac0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 20:44:02 +0100 Subject: [PATCH] Update dependency mkdocs-git-revision-date-localized-plugin to v1 (#375) * Update dependency mkdocs-git-revision-date-localized-plugin to v1 Signed-off-by: Peter * [git-revision-date-localized] should be defined after the i18n plugin Co-authored-by: Renovate Bot Co-authored-by: Peter --- mkdocs.yml | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index b275cf504..0e5eb7601 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -155,9 +155,6 @@ nav: plugins: - search - - git-revision-date-localized: - type: iso_datetime - timezone: Europe/Berlin - i18n: # <--- Translation plugin default_language: en languages: @@ -252,6 +249,9 @@ plugins: 'Third party apps': 'Anwendungen von Drittanbietern' 'Borgmatic Backup': 'Borgmatic-Sicherung' #### End of german translation + - git-revision-date-localized: + type: iso_datetime + timezone: Europe/Berlin - redirects: redirect_maps: # 'old': 'new' diff --git a/requirements.txt b/requirements.txt index ad99aefa5..c8205dfda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ mkdocs-material==8.2.1 mkdocs-redirects==1.0.3 pygments==2.11.2 mkdocs-static-i18n==0.43 -mkdocs-git-revision-date-localized-plugin==0.12.1 \ No newline at end of file +mkdocs-git-revision-date-localized-plugin==1.0.0 \ No newline at end of file