Metadata-Version: 1.1
Name: insegel
Version: 1.3.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
Description: =======
        Insegel
        =======
        
        .. image:: https://scieldas.autophagy.io/github/workflow/status/autophagy/insegel/Build.png
            :target: https://github.com/autophagy/insegel/actions/workflows/build.yaml
            :alt: Build Status
        
        .. image:: https://scieldas.autophagy.io/rtd/build/insegel.png
            :target: http://insegel.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://scieldas.autophagy.io/pypi/version/insegel.png
           :target: https://pypi.python.org/pypi/insegel/
           :alt: Pypi Version
        
        .. image:: https://scieldas.autophagy.io/pypi/pyversions/insegel.png
           :target: https://pypi.python.org/pypi/insegel/
           :alt: Python Version
        
        .. image:: https://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:: docs/_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
        
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: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
