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
As you know, we've been trying to incorporate a custom index.html page in our [Jupyter Book/Sphinx] book that does not adhere to the standard theme and I've hit a roadblock.
Challenge
After exploring various options, it appears that Jupyter Book and Sphinx are not designed to easily allow a completely custom index.html that diverges from the set themes so the https://premai-book.netlify.app seems unusable at this point.
Proposed Solution
The fastest way to implement our custom index.html seems to be post-build where we'd:
Run the standard Jupyter Book or Sphinx build command to generate the documentation.
Execute a post-build script to replace the default index.html with our custom version.
Next Steps
I wouldn't want to break anything with the current site so would need someone to help with this script
The text was updated successfully, but these errors were encountered:
Hey Team,
As you know, we've been trying to incorporate a custom
index.html
page in our [Jupyter Book/Sphinx] book that does not adhere to the standard theme and I've hit a roadblock.Challenge
After exploring various options, it appears that Jupyter Book and Sphinx are not designed to easily allow a completely custom
index.html
that diverges from the set themes so the https://premai-book.netlify.app seems unusable at this point.Proposed Solution
The fastest way to implement our custom
index.html
seems to be post-build where we'd:index.html
with our custom version.Next Steps
The text was updated successfully, but these errors were encountered: