Metadata-Version: 2.1
Name: sphinx-multiversion-contrib
Version: 0.3.1
Summary: Add support for multiple versions to sphinx
Author-email: IQM Finland Oy <developers@meetiqm.com>
License: BSD 2-Clause License
        
        Copyright (c) 2023, IQM Finland Oy <info@meetiqm.com>
        Copyright (c) 2020, Jan Holthuis <jan.holthuis@ruhr-uni-bochum.de>
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: homepage, https://github.com/iqm-finland/sphinx-multiversion-contrib
Project-URL: documentation, https://iqm-finland.github.io/sphinx-multiversion-contrib
Project-URL: repository, https://github.com/iqm-finland/sphinx-multiversion-contrib.git
Project-URL: changelog, https://github.com/iqm-finland/sphinx-multiversion-contrib/blob/main/CHANGELOG.rst
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: BSD License
Requires-Python: <3.12,>=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
License-File: AUTHORS.rst
Requires-Dist: sphinx >=4.5.0
Provides-Extra: cicd
Requires-Dist: twine ~=4.0 ; extra == 'cicd'
Provides-Extra: dev
Requires-Dist: tox ==4.3.5 ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-book-theme ==0.3.3 ; extra == 'docs'
Provides-Extra: test
Requires-Dist: black ==23.7.0 ; extra == 'test'
Requires-Dist: isort ==5.12.0 ; extra == 'test'
Requires-Dist: mypy ==1.5.0 ; extra == 'test'
Requires-Dist: pylint ==2.17.5 ; extra == 'test'
Requires-Dist: pytest ==7.4.0 ; extra == 'test'
Requires-Dist: pytest-cov ==4.1.0 ; extra == 'test'

|CI badge| |Release badge| |Black badge|

.. |CI badge| image:: https://github.com/iqm-finland/sphinx-multiversion-contrib/actions/workflows/ci.yml/badge.svg
.. |Release badge| image:: https://img.shields.io/github/release/iqm-finland/sphinx-multiversion-contrib.svg
.. |Black badge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

===========================
sphinx-multiversion-contrib
===========================

Sphinx extension for building self-hosted versioned docs.

This extension aims to provide a clean implementation that tries to avoid
messing with ``sphinx`` internals as much as possible.

Documentation can be found at: `https://iqm-finland.github.io/sphinx-multiversion-contrib/ <https://iqm-finland.github.io/sphinx-multiversion-contrib/>`_

----

This is a fork of the original project `sphinx-multiversion <https://github.com/Holzhaus/sphinx-multiversion/>`_. The fork was made at version ``0.2.4``, and all newer versions
represent new features and bug fixes. See ``CHANGELOG.rst`` for details.
