# Link checker for built Sphinx HTML.
# Run: lychee --config lychee.toml 'docs/_build/html/**/*.html'
# CI: after sphinx-build -b html docs/source docs/_build/html
= "info"
= true
= 8
= false
= ["100..=103", "200..=299", "403", "429"]
= [
'^https?://fonts\.gstatic\.com/',
'^https?://fonts\.googleapis\.com/',
# Live Pages lag behind main until deploy; CI checks the local artifact.
'^https://lode-org\.github\.io/readcon-db/',
'^https://lode-org\.github\.io/readcon-core/',
# Edit-this-page targets main; CI/PR runs before merge so blobs 404.
'^https://github\.com/lode-org/readcon-db/blob/',
]
= [
"docs/_build/html/_static/.*",
"docs/_build/html/searchindex.js",
]