Metadata-Version: 1.1
Name: sphinx-bulma-theme
Version: 0.0.3
Summary: 0.0.3
Home-page: UNKNOWN
Author: Gabriel Falcao
Author-email: gabriel@nacaolivre.org
License: UNKNOWN
Description: Sphinx Bulma Theme
        ==================
        
        A Sphinx theme based on the `RTD theme <https://github.com/rtfd/sphinx_rtd_theme>`_, built on top of `bulma.io <https://bulma.io>`_.
        
        `Demo <https://sphinx-bulma-theme.readthedocs.io/>`_
        
        .. image:: https://readthedocs.org/projects/sphinx-bulma-theme/badge/?version=latest
           :target: http://sphinx-bulma-theme.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        .. image:: https://travis-ci.org/gabrielfalcao/sphinx-bulma-theme.svg?branch=master
            :target: https://travis-ci.org/gabrielfalcao/sphinx-bulma-theme
        .. |PyPI python versions| image:: https://img.shields.io/pypi/pyversions/sphinx-bulma-theme.svg
           :target: https://pypi.python.org/pypi/sphinx-bulma-theme
        .. |Join the chat at https://gitter.im/gabrielfalcao/sphinx-bulma-theme| image:: https://badges.gitter.im/gabrielfalcao/sphinx-bulma-theme.svg
           :target: https://gitter.im/gabrielfalcao/sphinx-bulma-theme?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        Motivation
        ----------
        
        Bulma has excellent `content markup <https://bulma.io/documentation/elements/content>`_ and great `message boxes <https://bulma.io/documentation/components/message/#colors>`_ for `admonitions <http://docutils.sourceforge.net/docs/ref/rst/directives.html#admonitions>`_
        
        **WORK IN PROGRESS**
        
        
        
        Installing
        ----------
        
        .. code:: bash
        
           pip install sphinx-bulma-theme
        
        
        Configuring
        -----------
        
        .. code:: python
        
           import sphinx_bulma_theme
        
           html_theme = "bulma"
           html_theme_path = [sphinx_bulma_theme.get_html_theme_path()]
        
        
        Contributing
        ------------
        
        
        .. code:: bash
        
           pipenv install --dev
           make watch
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
