Sphinx extension for linking to Doxygen documentation. Version 1.13.0 supports Python >=3.7,<4.0. Release cadence is irregular, with fixes and maintenance updates. It parses Doxygen tag files to enable cross-references to Doxygen documentation elements (classes, functions, files, etc.) from Sphinx RST or MyST content.
pip install sphinxcontrib-doxylinkVerified import paths — ran on the pinned version, not inferred.
Minimal configuration: define the doxylink dict with a project name, base URL for the generated Doxygen HTML, and the path to the Doxygen tag file. Then add the extension to Sphinx's extensions list.
Use an absolute path or ensure the relative path is correct relative to conf.py.
Set GENERATE_TAGFILE = YES in Doxyfile and regenerate.
Use 'pip install -e .' for editable installs.
Clear the Sphinx cache (remove _build/.doctrees or build directory) after upgrading.