Metadata-Version: 1.1
Name: openstackdocstheme
Version: 1.0.4
Summary: OpenStack Docs Theme
Home-page: http://docs.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: OpenStack docs.openstack.org Sphinx Theme
        =========================================
        
        Theme and extension support for Sphinx documentation that is published to
        docs.openstack.org. Intended for use by OpenStack projects.
        
        Using the Theme
        ===============
        
        Prior to using this theme, ensure your project can use the OpenStack
        brand by referring to the brand guidelines at
        http://www.openstack.org/brand.
        
        Update the requirements list for your project to
        include ``openstackdocstheme`` (usually in test-requirements.txt).
        
        If your project previously used the oslosphinx theme (without modifying
        the header navigation), remove oslosphinx from your requirements list,
        and then in your ``conf.py`` you can remove the import statement and
        extension listing for oslosphinx.
        
        Then modify your Sphinx settings in ``conf.py`` to include::
        
           import openstackdocstheme
        
           html_theme = 'openstackdocs'
           html_theme_path = [openstackdocstheme.get_html_theme_path()]
        
        Those settings are included in the file generated by Sphinx when you
        initialize a project, so they may already have values that need to be
        changed.
        
        * Free software: Apache License, Version 2.0
        * Documentation: http://docs.openstack.org/developer/openstackdocstheme
        * Source: http://git.openstack.org/cgit/openstack/openstackdocstheme
        * Bugs: http://bugs.launchpad.net/openstack-manuals
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Documentation
