LinkcheckTable#
- pydantic model technote.config.LinkcheckTable#
Linkcheck builder configurations in the
[technote.sphinx]
table.- Parameters:
data (
Any
) –
Show JSON schema
{ "title": "LinkcheckTable", "description": "Linkcheck builder configurations in the ``[technote.sphinx]`` table.", "type": "object", "properties": { "ignore": { "title": "Ignore", "description": "Regular expressions of URLs to skip checking links", "type": "array", "items": { "type": "string" } } } }
- Fields: