We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d817a commit c4e13caCopy full SHA for c4e13ca
src/sphinx_codeautolink/extension/backref.py
@@ -63,7 +63,7 @@ def __init__(
63
self,
64
*args,
65
code_refs: dict[str, list[CodeExample]],
66
- builder : str,
+ builder: str,
67
warn_no_backreference: bool = False,
68
**kwargs,
69
) -> None:
0 commit comments