Theme for Sphinx documentation from the Open vSwitch project.
Install the package using pip
:
$ pip install ovs-sphinx-theme
Add the following to your conf.py
:
import ovs_sphinx_theme
html_theme_path = [ovs_sphinx_theme.get_theme_dir()]
html_theme = 'ovs'