Metadata-Version: 1.1
Name: rosixdocs
Version: 0.1.3
Summary: Theme for Sphinx from Rosix projects.
Home-page: https://bitbucket.org/djbaldey/rosixdocs
Author: Grigoriy Kramarenko
Author-email: root@rosix.ru
License: MIT
Description: =====
        About
        =====
        
        RosixDocs - it's theme for Sphinx from Rosix projects.
        
        .. image:: https://bytebucket.org/djbaldey/rosixdocs/raw/default/screen.png
           :width: 100%
        
        
        =====
        Usage
        =====
        
        .. code-block:: python
        
            # in your conf.py
        
            ...
        
            html_theme = 'default'
            #html_theme_path = []
        
            try:
                from rosixdocs import get_themes_path
                html_theme_path = [ get_themes_path() ]
                html_theme = 'html'
            except:
                pass
        
            ...
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
