Configuration

The extension provides the following configuration:

any_domain_name
Type:

str

Default:

'any'

Name of the domain.

any_domain_dump
Type:

bool

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.