A sphinx theme for sphinx-users.jp site.

Output Sample
==============
:output: http://packages.python.org/sphinxjp.themes.sphinxjp/

Features
========
* provide ``sphinxjp`` theme used on the sphinx-users.jp site
  ( http://sphinx-users.jp/ ).

Setup
=====
Make environment with easy_install::

    $ easy_install sphinxjp.themes.sphinxjp


Convert Usage
==============
setup conf.py with::

    html_theme = 'sphinxjp'

and run::

    $ make html


Requirements
============
* sphinx 1.0.x or later (1.2 is recommended)
* sphinxjp.themecore (if you use 1.1.3 or before)


License
=======
Licensed under the `MIT license <http://www.opensource.org/licenses/mit-license.php>`_ .
See the LICENSE file for specific terms.

