diff --git a/sphinx/util/typing.py b/sphinx/util/typing.py index 08423b8c8..cf6c49daf 100644 --- a/sphinx/util/typing.py +++ b/sphinx/util/typing.py @@ -28,4 +28,5 @@ RoleFunction = Callable[[text_type, text_type, text_type, int, Inliner, Dict, Li # title getter functions for enumerable nodes (see sphinx.domains.std) TitleGetter = Callable[[nodes.Node], text_type] +# inventory data on memory Inventory = Dict[str, Dict[str, Tuple[str, str, str, str]]]