Metadata-Version: 1.1
Name: wild_sphinx_theme
Version: 1.0.0
Summary: Like Nature sphinx theme but allows pygments style to be dark
Home-page: https://github.com/rhardouin/wild-sphinx-theme
Author: Romain Hardouin
Author-email: romain_hardouin@yahoo.fr
License: BSD
Download-URL: https://pypi.python.org/pypi/wild_sphinx_theme
Description: Wild Sphinx Theme
        =================
        
        Wild is a `Sphinx <http://sphinx.pocoo.org/>`_ theme based on Nature.
        It allows you to use a `Pygments <http://pygments.org/>`_ style
        with a dark background.
        
        Installation
        ------------
        
        1. Install the package::
        
            $ pip install wild_sphinx_theme
        
        2. Edit your ``conf.py`` sphinx configuration file to use the Wild theme::
        
            import wild_sphinx_theme
            html_theme = 'wild'
            html_theme_path = [wild_sphinx_theme.get_theme_dir()]
        
        License
        -------
        
        Wild is released under the BSD License. 
Keywords: sphinx,theme,wild
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
