# Installation

To use this theme in your documentation build environment, first install the `zcnote-sphinx-theme` with `pip`:

```
pip install zcnote-sphinx-theme
```

then, configure the Sphinx docs to use the theme by editing `conf.py`

```python
html_theme = "zcnote_sphinx_theme"
```

Your Sphinx documentation's HTML pages will now be generated with this theme! 
