Skip to content

Toggle service links
Installation

Installation

The OU Book Theme should already be set up within a module’s content folder and you can move on to the next step.

If you do need to install the OU Book Theme into a Sphinx site that has not yet been set up to use it, first install it into your project:

$ pip install ou-book-theme

Then enable the theme in your conf.py:

extensions = ["ou_book_theme"]
html_theme = "ou_book_theme"