Skip to content
New issue

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

Couldnt run mkdocs serve or make serve on fresh virtualenv do to missing python module #153

Closed
rpowellatanl opened this issue Feb 2, 2023 · 2 comments · Fixed by #154
Closed

Comments

@rpowellatanl
Copy link
Contributor

rpowellatanl commented Feb 2, 2023

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
@rpowellatanl
Copy link
Contributor Author

rpowellatanl commented Feb 2, 2023

PR to fix #154

@felker
Copy link
Member

felker commented Feb 2, 2023

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

felker added a commit that referenced this issue Feb 8, 2023
fixes issue #153 by adding mkdocs-include-markdown-plugin to requirem…
@felker felker closed this as completed Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants