Metadata-Version: 2.1
Name: sphinx-bluebrain-theme
Version: 0.1.5
Summary: Blue Brain Project theme for Sphinx
Home-page: https://github.com/BlueBrain/sphinx-bluebrain-theme
Author: Blue Brain Project, EPFL
License: MIT License
Project-URL: Tracker, https://github.com/BlueBrain/sphinx-bluebrain-theme/issues
Project-URL: Source, https://github.com/BlueBrain/sphinx-bluebrain-theme
Description: Sphinx BlueBrain Theme
        ======================
        
        |build_status| |license| |black| |docs|
        
        Introduction
        ------------
        
        Sphinx BlueBrain Theme is the standard Blue Brain Project documentation theme.
        
        You can view the |changelog| to see what has changed recently.
        
        Installation
        ------------
        
        You can install the theme using `pip`::
        
           pip install sphinx-bluebrain-theme
        
        Usage
        -----
        
        Refer to the |usage| for how to use the theme.
        
        License
        -------
        
        The code for the theme is licensed under the MIT License.
        
        The name "Blue Brain Project" and the EPFL logo are property of their respective
        owners and do not fall under the MIT license.
        
        The theme incorporates third party components which are listed below, along with their relevant licenses:
        
        `Material for MkDocs theme <https://squidfunk.github.io/mkdocs-material/>`__
           MIT License, see `the license <https://github.com/squidfunk/mkdocs-material/blob/master/LICENSE>`__.
        `Open Sans font <https://fonts.google.com/specimen/Open+Sans>`__
           Apache License Version 2.0, see `the license <https://github.com/BlueBrain/sphinx-bluebrain-theme/blob/master/src/assets/fonts/open-sans/LICENSE.txt>`__.
        `Titillium Web font <https://fonts.google.com/specimen/Titillium+Web>`__
           Open Font License Version 1.1, see `the license <https://github.com/BlueBrain/sphinx-bluebrain-theme/blob/master/src/assets/fonts/titillium-web/OFL.txt>`__.
        EPFL logo
           The EPFL logo is copyright EPFL. All rights reserved.
        
        About
        -----
        
        Sphinx BlueBrain Theme is a Sphinx theme based on the excellent *Material for
        MkDocs* theme by Martin Donath (@squidfunk).
        
        The `original theme <https://github.com/squidfunk/mkdocs-material>`__ is
        licensed under the MIT license and is hosted on GitHub.
        
        You can see examples (and the associated ``rst`` source) in the |sample| page.
        
        Sphinx BlueBrain Theme is built through a combination of text replacement rules,
        HTML template overrides, a small amount of additional CSS and Javascript, and
        a python module which injects additional required context.
        
        .. |build_status| image:: https://travis-ci.com/BlueBrain/sphinx-bluebrain-theme.svg?branch=master
                             :target: https://travis-ci.com/BlueBrain/sphinx-bluebrain-theme
                             :alt: Build Status
        
        .. |license| image:: https://img.shields.io/pypi/l/sphinx-bluebrain-theme
                        :target: https://github.com/BlueBrain/sphinx-bluebrain-theme/blob/master/LICENSE.txt
        
        .. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
                      :class: badge
                      :target: https://github.com/psf/black
        
        .. |docs| image:: https://readthedocs.org/projects/sphinx-bluebrain-theme/badge/?version=latest
                     :target: https://sphinx-bluebrain-theme.readthedocs.io/
                     :alt: documentation status
        
        .. substitutions
        .. |changelog| replace:: changelog_
        .. _changelog: CHANGELOG.rst
        .. |usage| replace:: `usage guide <usage_>`_
        .. _usage: doc/source/usage.rst
        .. |sample| replace:: `samples <sample_>`_
        .. _sample: doc/source/sample.rst
        
Platform: UNKNOWN
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7
Description-Content-Type: text/x-rst
