Config value 'plugins': The "social" plugin is not installed #5639
-
Tried to install insiders following the guidelines at Getting started with Insiders -> Installation Environment
Here's the procedure I followed:
Configuration
mkdocs.insiders.yml
After running the command
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Your base MkDocs.yml file seems to be missing the theme:
name: material configuration part. https://squidfunk.github.io/mkdocs-material/creating-your-site/#minimal-configuration |
Beta Was this translation helpful? Give feedback.
-
What I tried to do is move all the Fixed that with |
Beta Was this translation helpful? Give feedback.
What I tried to do is move all the
plugin
configurations to themkdocs.yml
and runmkdocs build --config-file mkdocs.yml
. This time it reported an error:ERROR - Required dependencies of "social" plugin not found. Install with: pip install pillow cairosvg
Fixed that with
pip install pillow cairosvg