Metadata-Version: 2.1
Name: sphinx_theme_material
Version: 1.0.0
Summary: A material based sphinx theme
Home-page: https://github.com/m-alzam/sphinx_theme_material
Author: Manuel Alcaraz Zambrano
License: GPLv3+
Description: Material theme
        ==============
        This is a material based sphinx theme. To use, first install the package:
        
            pip3 install -U sphinx_theme_material
        
        Then, in your ``conf.py`` file, change the ``html_theme`` variable to:
        
            html_theme = 'material'
        
        And re-build your doc. Enjoy!
        
        Contribute
        ----------
        This project in under development. If you have ideas or suggestions, please open
        a issue or send a pull request. Contributions are welcome!
        
Keywords: sphinx theme
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Documentation
Description-Content-Type: text/markdown
