nbdev-mkdocs icon indicating copy to clipboard operation
nbdev-mkdocs copied to clipboard

process never ending when running nbdev_mkdocs preview

Open castorfou opened this issue 2 years ago • 1 comments

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

castorfou avatar Aug 21 '23 14:08 castorfou

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?

harishmohanraj avatar Aug 22 '23 07:08 harishmohanraj