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
This commit is contained in:
@@ -2,7 +2,8 @@ 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
|
||||
mkdocstrings>=0.24.0
|
||||
mkdocstrings-python>=1.0.0
|
||||
mkdocs-social-plugin>=0.1.1
|
||||
mkdocs-redirects>=1.2.1
|
||||
mkdocs-glightbox>=0.3.4
|
||||
|
||||
@@ -52,8 +52,7 @@ plugins:
|
||||
- minify:
|
||||
minify_html: true
|
||||
- git-revision-date-plugin
|
||||
- mkdocstrings:
|
||||
default_handler: python
|
||||
- mkdocstrings
|
||||
- social
|
||||
- tags
|
||||
- redirects
|
||||
|
||||
Reference in New Issue
Block a user