Metadata-Version: 2.1
Name: sphinx-harumaru-themes
Version: 0.6.2
Summary: A package with cute Sphinx documentation themes
Home-page: 
Author: DanielSDVG
Author-email: danielsdvg@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
License-File: LICENSE

"Harumaru" Sphinx Documentation Themes
======================================

This is a collection of themes for use with Sphinx documentation projects.

Installation
------------

Installation from PyPI is fairly straightforward:

1. Install the package::

      $ pip install sphinx_harumaru_themes

2. Edit the ``conf.py`` configuration file to point to the theme::

      html_theme = 'haruki_light'

