Metadata-Version: 2.1
Name: sphinxcontrib-redoc
Version: 1.5.1
Summary: ReDoc powered OpenAPI (fka Swagger) spec renderer for Sphinx
Home-page: https://github.com/ikalnytskyi/sphinxcontrib-redoc
Author: Ihor Kalnytskyi
Author-email: ihor@kalnytskyi.com
License: BSD
Keywords: sphinx openapi swagger rest api renderer docs redoc
Platform: UNKNOWN
Classifier: Topic :: Documentation
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: jinja2 (>=2.4)
Requires-Dist: sphinx (>=1.5)
Requires-Dist: six (>=1.5)
Requires-Dist: PyYAML (>=3.12)

sphinxcontrib-redoc
===================

|pypi-version| |travis-ci|

The Sphinx_ extension that renders OpenAPI_ (fka Swagger) specs with love
(❤️) using amazing ReDoc_. Don't believe it? Here's `the proof`_. Now stop
frustrating and start moving your projects to OpenAPI and ReDoc with this
small first step:

.. code:: bash

    $ pip install sphinxcontrib-redoc

* Free software: BSD License
* Documentation: https://sphinxcontrib-redoc.readthedocs.io
* Source: https://github.com/ikalnytskyi/sphinxcontrib-redoc
* Bugs: https://github.com/ikalnytskyi/sphinxcontrib-redoc/issues

Any feedback, any contribution is really appreciated!


.. _Sphinx: https://www.sphinx-doc.org/
.. _OpenAPI: https://openapis.org/specification
.. _ReDoc: https://github.com/Rebilly/ReDoc
.. _the proof: https://sphinxcontrib-redoc.readthedocs.io/en/latest/api/github/

.. |pypi-version| image:: https://img.shields.io/pypi/v/sphinxcontrib-redoc.svg
   :target: https://pypi.python.org/pypi/sphinxcontrib-redoc

.. |travis-ci| image:: https://img.shields.io/travis/ikalnytskyi/sphinxcontrib-redoc.svg
   :target: https://travis-ci.org/ikalnytskyi/sphinxcontrib-redoc


