It seems that the package distributed through pypi does not include templates folder which produces an error in mkdocs:
(.venv) mkdocs serve
INFO - Building documentation...
[WinError 3] The system cannot find the path specified: 'c:\\users\\my.user\\devel\\rics\\pi_lib\\.venv\\lib\\site-packages\\mkapi\\templates'
I installed it via pip install mkapi (version 0.4.0)
Placing the templates folder in the module path works like a charm.
Also, not sure if needed but the theme folder isn't distributed either.
Hi,
It seems that the package distributed through pypi does not include
templates
folder which produces an error in mkdocs:I installed it via
pip install mkapi
(version 0.4.0)Placing the templates folder in the module path works like a charm. Also, not sure if needed but the
theme
folder isn't distributed either.