Metadata-Version: 1.1
Name: ovs-sphinx-theme
Version: 1.0.2
Summary: Open vSwitch Theme
Home-page: https://that.guru/
Author: Stephen Finucane
Author-email: stephen@that.guru
License: UNKNOWN
Description: =========================
        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``:
        
        .. code-block:: python
        
            import ovs_sphinx_theme
        
            html_theme_path = [ovs_sphinx_theme.get_theme_dir()]
            html_theme = 'ovs'
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Documentation
