Can't run mkdocstrings repo
See original GitHub issueSomething 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:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Something really weird is going on:
I recreate whole virtual environment and install everything and run
mkdocs serve
and I get this error:Then all I do is
deactivate
and then come back inside virtualenv and run same commandmkdocs 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:I ran into this issue as well and @weilai-cv’s comment about exiting venv then reactivating it solved it.