Metadata-Version: 1.1
Name: sphinx-pdj-theme
Version: 0.2.1
Summary: PdJ for Sphinx
Home-page: https://github.com/jucacrispim/sphinx_pdj_theme
Author: Juca Crispim
Author-email: juca@poraodojuca.net
License: MIT
Description: PdJ Sphinx Theme
        ================
        
        This theme is a dark theme for sphinx documentation based on the
        read the docs theme.
        
        To install it, use pip:
        
        
        .. code-block:: sh
        
          $ pip install sphinx_pdj_theme
        
        
        To enable it in your project documentation, set the following in
        your conf.py file.
        
        .. code-block:: python
        
           import sphinx_pdj_theme
           html_theme = 'sphinx_pdj_theme'
           htm_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
        
Platform: UNKNOWN
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
