Configuration¶
The extension provides the following configuration:
- any_domain_name¶
- Type:
str- Default:
'any'
The name of the domain.
- any_object_types¶
- Type:
dict- Default:
{}
A dictionary dict[str, objdef] of object type definitions.
The str key is the object type;
The objdef vaule is a dict,
please refer to Object Type Definiton for more details.
- any_domain_dump¶
- Type:
bool- Default:
True
Whether dump domain data to $DOCTREE_DIR/$OBJ_DOMAIN_NAME-objects.json.
The $DOCTREE_DIR is usually _build/doctrees/.
The $OBJ_DOMAIN_NAME refers value of any_domain_name.
(By default, the path is _build/doctrees/obj-objects.json)’.