module documentation

Sphinx deprecation classes and utilities.

Class DeprecatedDict A deprecated dict which warns on each access.
Exception RemovedInSphinx70Warning Undocumented
Exception RemovedInSphinx80Warning Undocumented
Function deprecated_alias Undocumented
Class _ModuleWrapper Undocumented
def deprecated_alias(modname, objects, warning, names={}): (source)

Undocumented

Parameters
modname:strUndocumented
objects:dict[str, object]Undocumented
warning:type[Warning]Undocumented
names:dict[str, str]Undocumented