Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the jupyter-book cli requires a PATH to be entered when building books.
Is there a reason we can't set
with an Error if it can't find
_config.yml
or_toc.yml
in the current working directory.From my perspective it would be nice to be able to issue:
jb build
and notjb build ./
as this is similar to a lot of other
cli
tools such asgit
that arecontext
aware.Beta Was this translation helpful? Give feedback.
All reactions