Configuration¶
The extension provides the following configuration:
- obj_domain_name¶
- Type:
str- Default:
'obj'
Name of the domain
- obj_type_defines¶
- Type:
dict- Default:
{}
A dictionary
dict[str, objdef]of object type definitions. Thestrkey is the object type; Theobjdefvaule is also adict, please refer to Object Type Definiton for more details.
- obj_domain_dump¶
- Type:
bool- Default:
True
Whether dump domain data to
$DOCTREE_DIR/$OBJ_DOMAIN_NAME-objects.json.The
$DOCTREE_DIRis usually_build/doctrees/. The$OBJ_DOMAIN_NAMErefers value ofobj_domain_name. (By default, the path is_build/doctrees/obj-objects.json)