Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 823 Bytes

installation.rst

File metadata and controls

32 lines (20 loc) · 823 Bytes

Installation

Obtain sphinx-jsonschema by installing it with pip:

sudo pip install sphinx-jsonschema

Then add it to your project by editing the conf.py file and append 'sphinx-jsonschema' to the extensions array.

extensions = [
    'sphinx.ext.autodoc',
    'sphinx-jsonschema'
]

Source code

The source code for this extension can be found on GitHub.

Docker image

A Docker image containing Sphinx and a number of extensions, including sphinx-jsonschema, can be found at Extended Sphinx. This Docker image is generated from the Dockerfile on Github.