Closed lewtun closed 4 years ago
+1 with the same issue. I created my nbdev repo yesterday as well.
I also experienced the same issue.
The new version of nbdev (cloned from Github) seems to fix this, probably it is not on pypi yet.
Let me check when the last release was done, but I'll do one today if the fix is not on PyPi. It is on master, so closing this issue.
@sgugger - I hit basically the same issue today on a repo created by nbdev_new
. Maybe that template didn't get updated?
Description
I'm following the steps in the tutorial and find that the Build lib step fails with the following error:
For some reason, the
_config.yml
file is not generated when using nbdev_template - see here for an example of the contents ofdocs/
after creating the repo.Steps to reproduce the problem
settings.ini
nbdev_install_git_hooks
(this works)nbdev_build_lib
Steps to fix the problem
Include
_config.yml
in the repo template. Adding this locally solved the problem for me.