Installation

Installation#

To use the OU Book Theme, first install it into your project:

$ pip install ou-book-theme

Then enable the theme in your conf.py:

extensions = ["myst_parser", "ou_book_theme", "sphinx_external_toc", "sphinxcontrib.mermaid"]