rosscdh/mkdocs-markdownextradata-plugin

python is difficult

Closed this issue · 6 comments

Collecting mkdocs-markdownextradata-plugin
Could not find a version that satisfies the requirement mkdocs-markdownextradata-plugin (from versions: )
No matching distribution found for mkdocs-markdownextradata-plugin

What does this mean ???????

mkdocs --version
mkdocs, version 1.0 from /usr/local/lib/python2.7/dist-packages/mkdocs (Python 2.7)

python --version
Python 2.7.13

ok, switched over to python 3.5.3

Now the mkdocs server craps out and says:

ERROR - Error reading page 'index.md': on_page_markdown() missing 1 required positional argument: 'site_navigation'

Thanks for your help

just uploaded 0.0.5 try pip install the plugin again with -U

pip install mkdocs-markdownextradata-plugin==0.0.5

just uploaded 0.0.5 try pip install the plugin again with -U

Thanks, it works now!
Keep up the good work, thank you for making this available!