Metadata-Version: 2.1
Name: ou-book-theme
Version: 1.0.0b2
Project-URL: Documentation, https://github.com/unknown/ou-book-theme#readme
Project-URL: Issues, https://github.com/unknown/ou-book-theme/issues
Project-URL: Source, https://github.com/unknown/ou-book-theme
Author-email: Mark Hall <mark.hall@open.ac.uk>
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: sphinx-book-theme<2.0.0,>=1.0.1
Requires-Dist: sphinx-design<1.0.0,>=0.5.0
Requires-Dist: sphinxcontrib-mermaid<1.0.0,>=0.8.1
Description-Content-Type: text/markdown

# ou-book-theme

[![PyPI - Version](https://img.shields.io/pypi/v/ou-book-theme.svg)](https://pypi.org/project/ou-book-theme)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ou-book-theme.svg)](https://pypi.org/project/ou-book-theme)

-----

**Table of Contents**

- [Installation](#installation)

## Installation

```console
pip install ou-book-theme
```

See the [docs/](docs) for further documentation.

## Development

To reduce any code formatting and layouting issues, the project uses the [Black formatter](https://black.readthedocs.io/en/stable/).

To ensure that your code follows the formatting, a [pre-commit hook](https://pre-commit.com/) is provided, which can be installed via

```console
pre-commit install
```
