IntersphinxTable

pydantic model technote.sources.tomlsettings.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": {
         "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.