sphinx_linkfix

Sphinx extension to fix relative links in documentation.

Submodules

Functions

setup(→ dict[str, str | bool])

Set up the Sphinx extension.

Package Contents

sphinx_linkfix.setup(app: Any) dict[str, str | bool][source]

Set up the Sphinx extension.

Parameters:

app (Any) – The Sphinx application object.

Returns:

A dictionary with extension metadata.

Return type:

dict[str, str | bool]