sphinxcontrib-apiblueprint

Sphinx extension to create API docs using API Blueprint


License
BSD-3-Clause
Install
pip install sphinxcontrib-apiblueprint==0.9.0

Documentation

sphinxcontrib-apiblueprint

sphinxcontrib-apiblueprint is Sphinx extension to create API docs using API Blueprint

Usage

Include this extension in conf.py:

extensions = ['sphinxcontrib.apiblueprint']

Write apiblueprint directive into reST file where you want to import API doc:

.. apiblueprint:: [path to API blueprint definition file]