You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I came from executablebooks/sphinx-book-theme#530
I want to add custom javascripts snippets into extrahead.
I realized I should be able to do this via using
super()
in the layout.So I want to fork the the theme but how do I test it locally on my laptop?
The documentation stated how to pip install from pypi. https://sphinx-book-theme.readthedocs.io/en/stable/tutorials/get-started.html?highlight=install#install-and-activate-the-theme
but what if i want to test my forked theme locally? I already have a local jupyter book project by following this https://jupyterbook.org/start/create.html#quickly-generate-a-sample-book
Also to add I have a venv that is using python3.8.12 for my jupyter-book project.
So I can find a sphinx_book_theme folder under
.venv/my-venv-for-book/lib/python-3.8/site-packages/sphinx_book_theme
Beta Was this translation helpful? Give feedback.
All reactions