From f74154d96feb513470d76b1c585ae9301d5e28fa Mon Sep 17 00:00:00 2001 From: jango-blockchained Date: Wed, 5 Feb 2025 23:41:08 +0100 Subject: [PATCH] docs: Disable social cards and pin social plugin version - Modify MkDocs configuration to disable social cards - Pin mkdocs-social-plugin to version 0.1.0 in requirements - Prevent potential issues with social card generation --- docs/requirements.txt | 2 +- mkdocs.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0d3fec5..7b011e0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ mkdocs-minify-plugin>=0.7.1 mkdocs-git-revision-date-plugin>=0.3.2 mkdocstrings>=0.24.0 mkdocstrings-python>=1.0.0 -mkdocs-social-plugin>=0.1.1 +mkdocs-social-plugin==0.1.0 mkdocs-redirects>=1.2.1 mkdocs-glightbox>=0.3.4 pillow>=10.0.0 diff --git a/mkdocs.yml b/mkdocs.yml index ec3d904..3b0c91e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -53,7 +53,8 @@ plugins: minify_html: true - git-revision-date-plugin - mkdocstrings - - social + - social: + cards: false # Disable social cards if they cause issues - tags - redirects - gh-deploy