nbdev-mkdocs
nbdev-mkdocs copied to clipboard
process never ending when running nbdev_mkdocs preview
This is more a question than an issue.
I am trying to migrate documentation of an existing nbdev project to mkdocs.
Following migration guide at https://nbdev-mkdocs.airt.ai/0.6/, I ran
nbdev_mkdocs new
which created mkdocs directory then
nbdev_mkdocs preview
with the following output
[....]
[15/18] 09_comparison.ipynb
[16/18] 10_model.vae.ipynb
[17/18] index.ipynb
[18/18] nbdev.ipynb
Output created: _docs/index.html
But then the cpu is still at 100% and nothing happens at http://localhost:4000/my_project
Is there something I missed?
Similar issue when running nbdev_mkdocs prepare
Hi @castorfou,
Thanks for trying out nbdev_mkdocs and creating an issue.
To help us understand better, could you please provide a minimally reproducible example in a new project that we can use to replicate the issue?