Usage#
To use this theme,
Install sphinx-orange-book-theme package from PyPI, for example, using the following command:
pip install sphinx-orange-book-theme
Update your conf.py file to use
sphinx_orange_book_theme
theme as following:html_theme = "sphinx_orange_book_theme"
(Recommended) Add following options to conf.py:
html_theme_options = { "pygments_light_style": "gruvbox-light", "pygments_dark_style": "native", }
Although these options are not required to use this theme, this theme is designed with the above options.