Metadata-Version: 1.1
Name: sphinxjp.themes.solarized
Version: 0.1.0
Summary: A sphinx theme based on solarized color scheme. #sphinxjp
Home-page: http://bitbucket.org/miiton/sphinxjp.themes.solarized
Author: Takahiro MINAMI
Author-email: vo dot gu dot ba dot miiton at gmail dot com
License: MIT
Description: A sphinx theme based on solarized color scheme.
        
        Output Sample
        ==============================================================================
        http://docs.btnb.jp/solarized_theme/
        
        Features
        ==============================================================================
        * provide ``solarized`` directive for render HTML document.
        
        
        Setup
        ==============================================================================
        Make environment with easy_install::
        
            $ easy_install sphinxjp.themes.solarized
        
        
        Convert Usage
        ==============================================================================
        setup conf.py with::
        
            extensions = ['sphinxjp.themecore', 'sphinxjp.themes.solarized']
            html_theme = 'solarized'
        
        and run::
        
            $ make html
        
        Requirements
        ==============================================================================
        * Python 2.4 or later (not support 3.x)
        * sphinx 1.0.x or later.
        
        License
        ==============================================================================
        Licensed under the `MIT license <http://www.opensource.org/licenses/mit-license.php>`_ .
        See the LICENSE file for specific terms.
        
        AUTHORS
        ==============================================================================
        
        Sphinx template, css, packaging
        ------------------------------------------------------------------------------
        * Takahiro MINAMI <vo.gu.ba.miiton AT gmail.com> sphinx-users.jp
        
        Solarized
        ------------------------------------------------------------------------------
        * Ethan Schoonover - http://ethanschoonover.com/solarized
        
        History
        ==============================================================================
        
        0.1.0 (2011/09/25)
        ------------------------------------------------------------------------------
        * first release
        
        
Keywords: sphinx,reStructuredText,solarized
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup
