Configuration¶
The extension provides the following configuration:
- any_domain_dump¶
- Type:
- Default:
'True'
Whether dump domain data to
DOCTREE_DIR/{any_domain_name}-objects.json
(default be_build/doctrees/any-objects.json
).Added in version 3.0a8.
- any_schemas¶
- Type:
List[sphinxnotes.any.Schema]
- Default:
[]
List of schema instances. For the way of writing schema definition, please refer to Defining Schema.