Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 401 Bytes

README.rst

File metadata and controls

21 lines (13 loc) · 401 Bytes

Open vSwitch Sphinx Theme

Theme for Sphinx documentation from the Open vSwitch project.

Usage

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'