question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't run mkdocstrings repo

See original GitHub issue

Something broke today. Try and clone this repo and run mkdocs serve. You get this error

ERROR   -  Config value: 'plugins'. Error: The "mkdocstrings" plugin is not installed

Tried with all previous repositories that worked yesterday and also all broken when reinstalling virtualenv.

“mkdocs==1.1” “mkdocs-material==6.2.3” “mkdocstrings==0.14.0”

@pawamoy, this might have to do with a commit from today? None of my other dependencies changed.

Also when I ran yesterday, the default style did not have indentation lines or spacing between functions like this. Do you know how I can achieve this?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
weilai-cvcommented, Jan 13, 2021

Something really weird is going on:

I recreate whole virtual environment and install everything and run mkdocs serve and I get this error:

INFO    -  Building documentation... 
ERROR   -  Config value: 'plugins'. Error: The "mkdocstrings" plugin is not installed 

Then all I do is deactivate and then come back inside virtualenv and run same command mkdocs serve and it all works…

Verified this behavior with this repo (pawamoy/mkdocstrings) as well. I deactivate and come back into virtualenv and it all works.

Note: I had to install one more package for pawamoy/mkdocstrings repo to run: pip install markdown-include otherwise you get:

INFO    -  Building documentation...
ERROR   -  Config value: 'markdown_extensions'. Error: Failed loading extension "markdown_include.include".
0reactions
robcxyzcommented, Feb 9, 2022

I ran into this issue as well and @weilai-cv’s comment about exiting venv then reactivating it solved it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't run mkdocstrings repo · Issue #215 - GitHub
Something broke today. Try and clone this repo and run mkdocs serve. You get this error ERROR - Config value: 'plugins'.
Read more >
mkdocstrings/community - Gitter
agh the thing doesn't work when running it through poetry install + poetry run. TemplateNotFound: type.html. but works if i pip install ....
Read more >
mkdocstrings: ERROR - Error reading page 'codereference.md'
Please open an issue at github.com/mkdocstrings/griffe, we'll fix it there. Also please share your repository if it's public :).
Read more >
Usage - mkdocstrings
mkdocstrings works by processing special expressions in your Markdown files. The syntax is as follows: ::: identifier YAML block. Resources on YAML. YAML...
Read more >
How to Create & Publish Documentations For Your Packages
Tap to unmute. Your browser can't play this video. Learn more. Open App. Mkdocs Python - How to Create & Publish Documentations For...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found