Setup

Installation

Install using Pip (or your favourite package manager)

pip install sphinx-graph

And add to the ‘extensions’ in your Sphinx document’s conf.py file

# conf.py

project = "your-documentation"

extensions = [
    "sphinx_graph",
]

Configuration

See sphinx_graph.config.Config.