IntersphinxTable#
- pydantic model technote.config.IntersphinxTable#
Intersphinx configuration in the
[technote.sphinx]
table.- Parameters:
data (
Any
) –
Show JSON schema
{ "title": "IntersphinxTable", "description": "Intersphinx configuration in the ``[technote.sphinx]`` table.", "type": "object", "properties": { "projects": { "title": "Projects", "description": "Mapping of projects and their URLs.", "type": "object", "additionalProperties": { "type": "string", "minLength": 1, "maxLength": 2083, "format": "uri" } } } }