Contents:
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", ]
See sphinx_graph.config.Config.
sphinx_graph.config.Config