Metadata-Version: 1.1
Name: sphinx-py3doc-enhanced-theme
Version: 2.0.2
Summary: A theme based on the theme of https://docs.python.org/3/ with some responsive enhancements.
Home-page: https://github.com/ionelmc/sphinx-py3doc-enhanced-theme
Author: Ionel Cristian MÄrieÈ
Author-email: contact@ionelmc.ro
License: BSD
Description: =================================================
        Enhanced theme based on py3 documentation's theme
        =================================================
        
        | |version| |downloads|
        
        .. |version| image:: http://img.shields.io/pypi/v/sphinx-py3doc-enhanced-theme.png?style=flat
            :alt: PyPI Package latest release
            :target: https://pypi.python.org/pypi/sphinx-py3doc-enhanced-theme
        
        .. |downloads| image:: http://img.shields.io/pypi/dm/sphinx-py3doc-enhanced-theme.png?style=flat
            :alt: PyPI Package monthly downloads
            :target: https://pypi.python.org/pypi/sphinx-py3doc-enhanced-theme
        
        A theme based on the theme of https://docs.python.org/3/ with some responsive enhancements.
        
        * Free software: BSD license
        
        Installation
        ============
        
        ::
        
            pip install sphinx_py3doc_enhanced_theme
            
        Add this in your documentation's ``conf.py``::
        
            import sphinx_py3doc_enhanced_theme
            html_theme = "sphinx_py3doc_enhanced_theme"
            html_theme_path = [sphinx_py3doc_enhanced_theme.get_html_theme_path()]
        
        Examples
        ========
        
        * http://python-aspectlib.readthedocs.org/en/latest/
        * http://python-manhole.readthedocs.org/en/latest/
        
        
        Changelog
        =========
        
        2.0.2 (2015-07-08)
        ------------------
        
        * Make inline code blocks bold.
        
        2.0.1 (2015-03-25)
        ------------------
        
        * Fix inclusion of default.css (now classic.css).
        
        2.0.0 (2015-03-23)
        ------------------
        
        * Use HTML5 doctype and force IE into Edge mode.
        * Add a embedded flag that removes JS (for building CHM docs).
        * Inherit correct theme (default renamed in Sphinx 1.3).
        
        1.2.0 (2015-02-24)
        ------------------
        
        * Fat-fingered another version. Should had been 1.0.1 ... damn.
        
        1.1.0 (2015-02-24)
        ------------------
        
        * Match some markup changes in latest Sphinx.
        
        1.0.0 (2015-02-13)
        ------------------
        
        * Fix depth argument for toctree (contributed by Georg Brandl).
        
        0.1.0 (2014-05-31)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
