Replies: 3 comments 5 replies
-
In "pure" sphinx that means having separated conf and source directories. All source files for the sphinx project need to be in the source directory or its subdirectories. I think you'll be able to simulate that with the config and toc flags: https://jupyterbook.org/reference/cli.html#jupyter-book-build when using |
Beta Was this translation helpful? Give feedback.
-
@canyon289 Did you ever figure this out? |
Beta Was this translation helpful? Give feedback.
-
You should be able to define other locations for the configuration ( For example, if you have a folder structure like:
You should be able to build the book in the way you describe via: First, Navigating to the parent folder of Next, running this command:
What about relative paths?When thinking about sub-folders, relative paths, etc, you should reference those files relative to the root document, not relative to the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm having trouble getting jupyter book to find my notebook files. I would like to structure my jupyter book as follows
What's the correct way to reference the notebook files? Here's my current _toc.yml. I run
jb build jupyter_book/
from the toplevel directory but I get a not found error from toctree.What should I set for the filepath string?
And thanks for creating jupyterbook, its quite a nice library!
Here's the versions
Beta Was this translation helpful? Give feedback.
All reactions