Metadata-Version: 2.1
Name: insegel
Version: 1.2.0
Summary: Clean, minimalist Sphinx theme for deploying on ReadTheDocs
Home-page: https://github.com/autophagy/insegel
Author: Mika Naylor (Autophagy)
Author-email: mail@autophagy.io
License: MIT
Platform: UNKNOWN
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
License-File: LICENSE

=======
Insegel
=======

.. image:: http://scieldas.autophagy.io/rtd/build/insegel.png
    :target: http://insegel.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: http://scieldas.autophagy.io/pypi/version/insegel.png
   :target: https://pypi.python.org/pypi/insegel/
   :alt: Pypi Version

.. image:: http://scieldas.autophagy.io/pypi/pyversions/insegel.png
   :target: https://pypi.python.org/pypi/insegel/
   :alt: Python Version

.. image:: http://scieldas.autophagy.io/misc/licenses/mit.png
   :target: LICENSE
   :alt: MIT License

Insegel is a theme for `Sphinx`_, intended to unify my project documentation's
theme with that of `Hrǽw`_. The theme's documentation is available on
`ReadTheDocs`_.

.. image:: seonu/_static/screenshot.png
    :alt: aerende
    :align: center

Installation
============

To use the Insegel theme, install it via pip::

   pip install insegel

Or, you can add it to your Sphinx project's requirements files.
You can then set Sphinx to use the theme via::

   html_theme = 'insegel'

within your documentation's ``conf.py`` file.


.. _Sphinx: http://www.sphinx-doc.org/en/stable/
.. _Hrǽw: https://github.com/Autophagy/hraew
.. _ReadTheDocs: http://insegel.readthedocs.io


