Compare commits

..

2 Commits

Author SHA1 Message Date
jango-blockchained
f74154d96f 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
2025-02-05 23:41:08 +01:00
jango-blockchained
36d83e0a0e docs: Update MkDocs documentation configuration and dependencies
- Modify mkdocstrings plugin configuration to use default Python handler
- Update documentation requirements to include mkdocstrings-python
- Simplify MkDocs plugin configuration for documentation generation
2025-02-05 23:38:17 +01:00
2 changed files with 6 additions and 5 deletions

View File

@@ -2,8 +2,9 @@ mkdocs>=1.5.0
mkdocs-material>=9.0.0
mkdocs-minify-plugin>=0.7.1
mkdocs-git-revision-date-plugin>=0.3.2
mkdocs-mkdocstrings>=0.24.0
mkdocs-social-plugin>=0.1.1
mkdocstrings>=0.24.0
mkdocstrings-python>=1.0.0
mkdocs-social-plugin==0.1.0
mkdocs-redirects>=1.2.1
mkdocs-glightbox>=0.3.4
pillow>=10.0.0

View File

@@ -52,9 +52,9 @@ plugins:
- minify:
minify_html: true
- git-revision-date-plugin
- mkdocstrings:
default_handler: python
- social
- mkdocstrings
- social:
cards: false # Disable social cards if they cause issues
- tags
- redirects
- gh-deploy