Metadata-Version: 1.1
Name: quark-sphinx-theme
Version: 0.2.1
Summary: A Sphinx theme designed for QTextBrowser
Home-page: https://bitbucket.org/fk/quark-sphinx-theme
Author: Felix Krull
Author-email: f_krull@gmx.de
License: BSD
Description: ========================================
        Quark: a Sphinx theme for QTextBrowser
        ========================================
        
        About
        =====
        
        Quark is a Sphinx theme specifically designed to look and work well within the
        limitations of the Qt toolkit's ``QTextBrowser``.
        
        This theme was originally designed for the bundled manual of `SpeedCrunch`_.
        
        .. _SpeedCrunch: http://speedcrunch.org
        
        
        Installation
        ============
        
        * ``pip install quark-sphinx-theme``
        * In your ``conf.py``::
        
            import quark_sphinx_theme
            html_theme_path = [quark_sphinx_theme.get_path()]
            html_theme = 'quark'
            # To enable more QTextBrowser-compatible HTML generation:
            extensions = ['quark_sphinx_theme.ext.html_compat']
        
        
        Changelog
        =========
        
        * quark-sphinx-theme 0.2.1 *(2016-03-02)*
        
          - Change license to 2-clause BSD (in practice, it's the same thing).
        
        * quark-sphinx-theme 0.2.0 *(2016-02-28)*
        
          - Add ``quark_sphinx_theme.ext.html_compat`` extension.
          - Add styling for citations, footnotes, table captions, and ``rubric`` directives.
        
        * quark-sphinx-theme 0.1.2 *(2016-02-27)*
        
          - Fix compatibility with Jinja2 2.3.
        
        * quark-sphinx-theme 0.1.1 *(2016-02-24)*
        
          - Fix spacing of navigation links.
        
        * quark-sphinx-theme 0.1.0 *(2016-02-24)*
        
          - Initial release.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Sphinx :: Theme
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Documentation
