Metadata-Version: 1.0
Name: zerovm-sphinx-theme
Version: 1.0
Summary: ZeroVM theme for Sphinx
Home-page: https://github.com/zerovm/sphinx-theme
Author: Martin Geisler
Author-email: martin@geisler.net
License: UNKNOWN
Description: ZeroVM Theme for Sphinx
        =======================
        
        This package bundles the ZeroVM_ theme for Sphinx_.
        
        Install the package and add this to your ``conf.py``::
        
            import zerovm_sphinx_theme
            html_theme_path = [zerovm_sphinx_theme.theme_path]
            html_theme = 'zerovm'
        
        That will configure the theme path correctly and activate the theme.
        
        .. _zerovm: http://zerovm.org/
        .. _sphinx: http://sphinx-doc.org/
        
Platform: UNKNOWN
