IntersphinxModel

pydantic model documenteer.conf._toml.IntersphinxModel

Model for Intersphinx configurations in documenteer.toml.

Parameters:

data (Any)

Show JSON schema
{
   "title": "IntersphinxModel",
   "description": "Model for Intersphinx configurations in documenteer.toml.",
   "type": "object",
   "properties": {
      "projects": {
         "additionalProperties": {
            "format": "uri",
            "maxLength": 2083,
            "minLength": 1,
            "type": "string"
         },
         "description": "Mapping of projects and their URLs.",
         "title": "Projects",
         "type": "object"
      }
   }
}

Fields:
field projects: dict[str, HttpUrl] [Optional]

Mapping of projects and their URLs.