sphinx-book-theme
sphinx-book-theme copied to clipboard
A clean book theme for scientific explanations and documentation with Sphinx
This PR updates the theme to synchronize with pydata-sphinx-theme~=0.10. The aim here is to just refactor the existing code to harmonize with the latest pydata. So, no new features will...
https://github.com/executablebooks/sphinx-book-theme/blob/ed7bbd0ebc9c7c30a773b4ffb4f573dda40bbd0d/src/sphinx_book_theme/theme/sphinx_book_theme/sections/footer-article.html#L2-L3 I know Sphinx 5 is not yet supported, but experimentally with Sphinx 5.1.1 there is some bug when trying to build new sample book with `jb create` and `jb...
### Context This theme supports a subset of languages available with sphinx (https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language), especially for variants like `pt`, `pt_BR`, and `pt_PT` only a single language `pt` is supported by the...
updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4)
### Description We currently only support GitHub repositories for "repository link" as well as "edit this page". We should support a few of the more common ones as well, such...
Update to theme to demonstrate a RetroLite launcher that allows you to open a page generated from a notebook *as a notebook* in JupyterLite.
### Describe the bug **context** I recently switched my theme from "sphinx-rtd-theme" to "sphinx-book-theme". I really like it so far! One thing I can't figure out though is how to...
With the alabaster theme I like that you can have badges added to the sidebar (and a description), e.g.  See https://github.com/bitprophet/alabaster/blob/master/alabaster/theme.conf for all options ### Implementation The easiest way...
### Context The PyData Sphinx Theme has made a bunch of improvements and modifications in their latest release, and it has a release candidate out for v0.10 (two minor version...
### Context It's often useful to have multiple versions of documentation, and to be able to switch between these easily. The [readthedocs theme](https://sphinx-rtd-theme.readthedocs.io/en/stable/) makes this easy by providing the structure...