airtai / nbdev-mkdocs

Extension to nbdev for generating docs with Material for Mkdocs
https://nbdev-mkdocs.airt.ai
Apache License 2.0
16 stars 2 forks source link

process never ending when running nbdev_mkdocs preview #209

Open castorfou opened 1 year ago

castorfou commented 1 year ago

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

harishmohanraj commented 1 year ago

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?