Advanced Configuration

This page covers advanced configuration options for the sphinx-visualized extension. For basic setup, see Getting started.

Integrating External Projects

Integrate documentation from other Sphinx projects that also use the sphinx-visualized extension:

intersphinx_mapping = {
    "sphinx": ("https://www.sphinx-doc.org/en/master/", None),
    "python": ("https://docs.python.org/3/", None),
}

visualized_projects = ['sphinx']

Note

Each project name must match an entry in your intersphinx_mapping.

GraphSON Export

The extension automatically generates a GraphSON v3.0 format file compatible with Apache TinkerPop and graph analysis tools:

  • /_static/sphinx-visualized/graphson.json

Use Cases:

  • Import into Apache TinkerPop for advanced graph queries

  • Analyze documentation structure with graph algorithms

  • Custom visualization with other graph libraries

  • Integration with graph databases

  • Documentation metrics and analytics