From 2892f24030b6dcd464ce4fdd7a00624a63dd0172 Mon Sep 17 00:00:00 2001 From: jango-blockchained Date: Wed, 5 Feb 2025 23:56:08 +0100 Subject: [PATCH] docs: Revert to standard git revision date plugin - Replace mkdocs-git-revision-date-localized-plugin with mkdocs-git-revision-date-plugin - Update plugin configuration in mkdocs.yml - Modify documentation requirements to use standard revision date plugin --- docs/requirements.txt | 4 ++-- mkdocs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6fe68ad..4c70e27 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,6 @@ mkdocs>=1.5.0 mkdocs-material>=9.0.0 mkdocs-minify-plugin>=0.7.1 -mkdocs-git-revision-date-localized-plugin>=1.0.0 mkdocstrings>=0.24.0 mkdocstrings-python>=1.0.0 mkdocs-social-plugin==0.1.0 @@ -9,4 +8,5 @@ mkdocs-redirects>=1.2.1 mkdocs-glightbox>=0.3.4 pillow>=10.0.0 cairosvg>=2.7.0 -pymdown-extensions>=10.0 \ No newline at end of file +pymdown-extensions>=10.0 +mkdocs-git-revision-date-plugin \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 20d0342..d201c56 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -51,13 +51,13 @@ plugins: - search - minify: minify_html: true - - git-revision-date-localized - mkdocstrings - social: cards: false # Disable social cards if they cause issues - tags - redirects - gh-deploy + - git-revision-date nav: - Home: index.md