| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Adds a custom CSS stylesheet to Jupyter Book/Sphinx docs and wires it into the Sphinx build configuration to enable theme-specific styling (sidebar/header/footer/button tweaks).
Changes:
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/_static/custom.css | Introduces custom theme variables and styling overrides for the docs UI. |
| _config.yml | Configures Sphinx to copy static assets and load the new CSS file. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Love this! Great suggestion
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Purpose
⚠️ NOTE The current colors & theme is not to be considered final. This is meant to provide customizations handles, not enforce a particular theme. Feedback is welcome.
Preview
Again, color theme is not final. This is an example of what can be done.
TODO
Details
This pull request introduces custom styling to the Sphinx documentation by adding a new CSS file and updating the Sphinx configuration to include it. The main goal is to enhance the documentation's appearance with a custom sidebar, header, and footer design for both light and dark themes.
Sphinx documentation theming: