Metadata-Version: 1.1
Name: sphinxjp.themes.basicstrap
Version: 0.1.0
Summary: A sphinx theme for Basicstrap style.
Home-page: https://github.com/tell-k/sphinxjp.themes.basicstrap
Author: tell-k
Author-email: ffk2005 at gmail dot com
License: MIT
Description: Basicstrap style theme for Sphinx.
        
        Features
        ========
        * provide ``basicstrap`` theme for render HTML document.
        
        
        Set up
        ======
        Make environment with pip::
        
            $ pip install sphinxjp.themes.basicstrap
        
        Make environment with easy_install::
        
            $ easy_install sphinxjp.themes.basicstrap
        
        
        Convert Usage
        =============
        setup conf.py with::
        
            extensions = ['sphinxjp.themecore']
            html_theme = 'basicstrap'
        
        and run::
        
            $ make html
        
        
        Requirement
        ===========
        * Python 2.7 or later (not support 3.x)
        * Sphinx 1.1.x or later.
        * sphinxjp.themecore 0.1.3 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
        -------------------------------
        * tell-k <ffk2005 at gmail.com>
        
        History
        =======
        
        0.1.0 (Dec 23, 2012)
        ---------------------
        * first release
        
Keywords: sphinx,reStructuredText,theme
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
