LinkCheckModel¶
- pydantic model documenteer.conf._toml.LinkCheckModel¶
- Model for linkcheck builder configurations in documenteer.toml. - Parameters:
- data ( - Any)
 - Show JSON schema- { "title": "LinkCheckModel", "description": "Model for linkcheck builder configurations in documenteer.toml.", "type": "object", "properties": { "ignore": { "description": "Regular expressions of URLs to skip checking links", "items": { "type": "string" }, "title": "Ignore", "type": "array" } } } - Fields:
 - field ignore: list[str] [Optional]¶
- Regular expressions of URLs to skip checking links