Metadata-Version: 1.1
Name: itcase-sphinx-theme
Version: 0.1.7
Summary: ITCase Sphinx themes for documentation styling.
Home-page: https://github.com/ITCase/itcase_sphinx_theme
Author: ITCase
Author-email: info@itcase.pro
License: UNKNOWN
Description: |PyPi|
        
        ITCase Sphinx Theme
        ===================
        
        Install
        -------
        
        .. code-block:: bash
        
           $ pip install itcase_sphinx_theme
        
        Edit your Sphinx's ``conf.py``
        ------------------------------
        
        #. Near the top, add the following.
        
           .. code-block:: python
        
              import itcase_sphinx_theme
        
        #. Activate the theme.
        
           .. code-block:: python
        
               html_theme = 'itcase'
               html_theme_path = [itcase_sphinx_theme.get_html_themes_path()]
        
        .. |PyPI| image:: http://img.shields.io/pypi/dm/itcase_sphinx_theme.svg
           :target: https://pypi.python.org/pypi/itcase_sphinx_theme/
        
Keywords: itcase web sphinx documentation
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: License :: Repoze Public License
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Documentation
