Metadata-Version: 2.0
Name: sphinx-py3doc-enhanced-theme
Version: 0.1.1
Summary: A theme based on the theme of https://docs.python.org/3/
Home-page: https://github.com/ionelmc/sphinx-py3doc-enhanced-theme
Author: Ionel Cristian Mărieș
Author-email: contact@ionelmc.ro
License: BSD
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

=================================================
Enhanced theme based on py3 documentation's theme
=================================================

.. image:: http://img.shields.io/pypi/v/sphinx_py3doc_enhanced_theme.png
    :alt: PYPI Package
    :target: https://pypi.python.org/pypi/sphinx_py3doc_enhanced_theme

.. image:: http://img.shields.io/pypi/dm/sphinx_py3doc_enhanced_theme.png
    :alt: PYPI Package
    :target: https://pypi.python.org/pypi/sphinx_py3doc_enhanced_theme

A theme based on the theme of https://docs.python.org/3/

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()]


Changelog
=========

0.1.0 (2014-05-31)
-----------------------------------------

* First release on PyPI.

