Advice for placement of pre-"jb build" hook #629
Replies: 1 comment 3 replies
-
That's an interesting question - Sphinx definitely does have the flexibility for this kind of thing (by default, Sphinx is configured by a I guess one question is: what do you perceive as the benefit of bundling that pre-processing step with
Then you'd be able to one-line a book build with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Quick question. Apologies if I've missed this in he docs or other topics...
We have some scripts that render markdown files from content, and our build pipeline generally looks something like:
I'm wondering what you would advise for getting that script step to somehow be a part of
jb build
. If there's no built-in jupyter-book approach, would it make sense to include a sphinxlocal_extension
(and if so, which sphinx hook would be most appropriate here?)Thanks for any advice!
Beta Was this translation helpful? Give feedback.
All reactions