Metadata-Version: 2.4
Name: invenio-theme
Version: 5.0.2
Summary: Invenio standard theme.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-theme
Author-email: Invenio Collaboration <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: flask-menu>=1.0.0
Requires-Dist: invenio-assets<5.0.0,>=4.0.0
Requires-Dist: invenio-base<3.0.0,>=2.0.0
Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
Requires-Dist: jsmin>=3.0.0
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: pytest-black-ng>=0.4.0; extra == 'tests'
Requires-Dist: pytest-invenio<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: sphinx>=5; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2015-2018 CERN.
    SPDX-License-Identifier: MIT

===============
 Invenio Theme
===============

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-theme.svg
        :target: https://github.com/inveniosoftware/invenio-theme/blob/master/LICENSE

.. image:: https://github.com/inveniosoftware/invenio-theme/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-theme/actions

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-theme.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-theme

.. image:: https://img.shields.io/pypi/v/invenio-theme.svg
        :target: https://pypi.org/pypi/invenio-theme


Invenio standard theme.

Features:

* Default templates for displaying the page cover, settings, admin settings, breadcrumbs.

* Different templates for error codes.

* Jinja2 macro for displaying flashed messages.

Further documentation available at https://invenio-theme.readthedocs.io/
