Metadata-Version: 1.1
Name: sphinxcontrib-versioning
Version: 1.0.1
Summary: Sphinx extension that allows building versioned docs for self-hosting.
Home-page: https://github.com/Robpol86/sphinxcontrib-versioning
Author: @Robpol86
Author-email: robpol86@gmail.com
License: MIT
Description: ========================
        sphinxcontrib-versioning
        ========================
        
        Sphinx extension that allows building versioned docs for self-hosting.
        
        * Python 2.7, 3.3, 3.4, and 3.5 supported on Linux and OS X.
        
        📖 Full documentation: https://robpol86.github.io/sphinxcontrib-versioning
        
        .. image:: https://img.shields.io/travis/Robpol86/sphinxcontrib-versioning/master.svg?style=flat-square&label=Travis%20CI
            :target: https://travis-ci.org/Robpol86/sphinxcontrib-versioning
            :alt: Build Status
        
        .. image:: https://img.shields.io/coveralls/Robpol86/sphinxcontrib-versioning/master.svg?style=flat-square&label=Coveralls
            :target: https://coveralls.io/github/Robpol86/sphinxcontrib-versioning
            :alt: Coverage Status
        
        .. image:: https://img.shields.io/pypi/v/sphinxcontrib-versioning.svg?style=flat-square&label=Latest
            :target: https://pypi.python.org/pypi/sphinxcontrib-versioning
            :alt: Latest Version
        
        Quickstart
        ==========
        
        Install:
        
        .. code:: bash
        
            pip install sphinxcontrib-versioning
        
        Usage:
        
        .. code:: bash
        
            sphinx-versioning --help
        
        .. changelog-section-start
        
        Changelog
        =========
        
        This project adheres to `Semantic Versioning <http://semver.org/>`_.
        
        1.0.1 - 2016-08-02
        ------------------
        
        Fixed
            * easy_install: https://github.com/Robpol86/sphinxcontrib-versioning/issues/4
        
        1.0.0 - 2016-07-23
        ------------------
        
        * Initial release.
        
        .. changelog-section-end
        
Keywords: sphinx versioning versions version branches tags
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX
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: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Documentation
