We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
nbdev_mkdocs prepare
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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
which created mkdocs directory
then
with the following output
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
The text was updated successfully, but these errors were encountered: