Metadata-Version: 1.1
Name: oe-sphinx-theme
Version: 0.4.0
Summary: OE sphinx theme
Home-page: http://www.onroerenderfgoed.be/
Author: OE Sphinx
Author-email: klaas.millet@rwo.vlaanderen.be
License: BSD
Description: OE Sphinx Theme
        ================
        
        This is a custom `Sphinx <http://sphinx.pocoo.org/>`_ theme.
        
        
        Installing
        ----------
        
        This theme is available on PyPI so you can install it directly by this command::
        
            pip install oe-sphinx-theme
        
        you can install from Github::
        
            pip install git+git://github.com/OnroerendErfgoed/oe-sphinx-theme
        
        Once installed you should change your Sphinx ``conf.py`` to include::
        
            import oe_sphinx_theme
            html_theme = 'oe_sphinx'
            html_theme_path = [oe_sphinx_theme.get_theme_dir()]
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
