Skip to content

jdillard/sphinx-link-graph

Repository files navigation

Sphinx link graph extension

A Sphinx extension to generate an interactive graph of internal links.

PyPI version Parallel safe

Installing

Directly install via pip by using:

pip install sphinx-link-graph

Add sphinx_link_graph to the extensions array in your Sphinx conf.py. For example:

extensions = ['sphinx_link_graph']

Usage

After building the docs, open /_static/link-graph.html in the browser.

Inspiration