Metadata-Version: 2.0
Name: renga-sphinx-theme
Version: 0.1.0.dev20170001
Summary: A Sphinx theme for Renga documentation.
Home-page: https://github.com/SwissDataScienceCenter/renga-sphinx-theme
Author: Swiss Data Science Center (SDSC)
Author-email: contact@datascience.ch
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Keywords: Renga Sphinx theme
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: all
Requires-Dist: Sphinx (>=1.6.3); extra == 'all'
Requires-Dist: check-manifest (>=0.25); extra == 'all'
Requires-Dist: isort (>=4.2.2); extra == 'all'
Requires-Dist: pydocstyle (>=1.0.0); extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.6.3); extra == 'docs'
Provides-Extra: tests
Requires-Dist: check-manifest (>=0.25); extra == 'tests'
Requires-Dist: isort (>=4.2.2); extra == 'tests'
Requires-Dist: pydocstyle (>=1.0.0); extra == 'tests'

..
    Copyright 2017 Swiss Data Science Center (SDSC)
    A partnership between École Polytechnique Fédérale de Lausanne (EPFL) and
    Eidgenössische Technische Hochschule Zürich (ETHZ).

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

=================================
 Sphinx Theme for Renga Projects
=================================

.. image:: https://img.shields.io/travis/SwissDataScienceCenter/renga-sphinx-theme.svg
        :target: https://travis-ci.org/SwissDataScienceCenter/renga-sphinx-theme

.. image:: https://img.shields.io/github/tag/SwissDataScienceCenter/renga-sphinx-theme.svg
        :target: https://github.com/SwissDataScienceCenter/renga-sphinx-theme/releases

.. image:: https://img.shields.io/pypi/dm/renga-sphinx-theme.svg
        :target: https://pypi.python.org/pypi/renga-sphinx-theme

.. image:: https://img.shields.io/github/license/SwissDataScienceCenter/renga-sphinx-theme.svg
        :target: https://github.com/SwissDataScienceCenter/renga-sphinx-theme/blob/master/LICENSE

A Sphinx theme for Renga documentation based on beatiful `Alabaster theme
<http://alabaster.readthedocs.io/en/latest/>`_.

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

1. Add ``renga-sphinx-theme`` to ``setup.py`` or ``requirements.txt`` used
   for builing your documentation.
2. Set ``html_theme`` to ``'renga'`` in ``docs/conf.py``.
3. Configure at least ``description`` and ``github_repo`` in
   ``html_theme_options``.

Enjoy your beatiful Renga documentation style.


..
    Copyright 2017 Swiss Data Science Center (SDSC)
    A partnership between École Polytechnique Fédérale de Lausanne (EPFL) and
    Eidgenössische Technische Hochschule Zürich (ETHZ).

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

Changes
=======

Version 0.1.0 (released TBD)

- Initial public release.


