Metadata-Version: 2.0
Name: sphinxcontrib-rextheme
Version: 0.1.2
Summary: Sphinx theme for RexDB Platform documentation
Home-page: http://bitbucket.org/prometheus/sphinxcontrib-rextheme
Author: Kirill Simonov (Prometheus Research, LLC)
Author-email: xi@resolvent.net
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-rextheme
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Text Processing
Requires-Dist: Sphinx

*******************************************************************************
  ``sphinxcontrib-rextheme`` -- Sphinx theme for RexDB Platform documentation
*******************************************************************************

Overview
========

``sphinxcontrib-rextheme`` is a Sphinx theme that was originally
developed for RexDB Platform documentation.

You can see this theme in action at https://doc.rexdb.org/.  For more
examples, see ``demo`` directory in the source distribution.

This software is written by Kirill Simonov (`Prometheus Research, LLC`_)
and released under BSD license.


Usage
=====

To use this theme, add the following line to ``conf.py``::

    html_theme = 'rex'

The ``rex`` theme has no customization options.


.. vim: set spell spelllang=en textwidth=72:


