We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error
(mkdocs) $ mkdocs serve ERROR - Config value 'plugins': The "include-markdown" plugin is not installed Aborted with 1 Configuration Errors! (mkdocs)
Fixed by adding mkdocs-include-markdown-plugin
$ pip install mkdocs-include-markdown-plugin Collecting mkdocs-include-markdown-plugin Downloading mkdocs_include_markdown_plugin-4.0.3-py3-none-any.whl (19 kB) Installing collected packages: mkdocs-include-markdown-plugin Successfully installed mkdocs-include-markdown-plugin-4.0.3 $ mkdocs serve INFO - Building documentation... INFO - Cleaning site directory
The text was updated successfully, but these errors were encountered:
fixes issue #153 by adding mkdocs-include-markdown-plugin to requirem…
7ab1928
…ents.txt
PR to fix #154
Sorry, something went wrong.
Related #135
In the future we need to remember to add new plugins to both requirements.txt and https://github.com/argonne-lcf/user-guides/blob/main/.github/workflows/update-livesite.yml
requirements.txt
Merge pull request #154 from argonne-lcf/issue153
03c69bf
Successfully merging a pull request may close this issue.
Error
Fixed by adding mkdocs-include-markdown-plugin
The text was updated successfully, but these errors were encountered: