Replies: 1 comment 2 replies
-
To update the theme, run the following from the environment where jupyter-book is installed:
|
Beta Was this translation helpful? Give feedback.
2 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.
-
I just upgraded the jupyter-book program from v0.12.2 to v0.12.3
I built a jupyter-book project called
lessons-learned-making-mrr
using v0.12.2.I know the sphinx-book-theme, a dependency for jupyter-book, has been bumped to v0.3 jupyter-book/jupyter-book@0882d8e in the main branch.
I think v0.12.3 does not have that change yet.
My question is when the sphinx-book-theme is part of a released pypi version, how do I upgrade the theme in my book
lessons-learned-making-mrr
project?Or there is no need to because each time, i run
jupyter-book build
command it will instantly uses the installedsphinx-book-theme
to rebuild the html pages for it?Beta Was this translation helpful? Give feedback.
All reactions