Skip to content

openvswitch/ovs-sphinx-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'