readcon-db 0.1.4

Mmap-backed CON frame corpus (Heed/LMDB), xxHash exact match, multi-language FFI
Documentation
# 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

verbose = "info"
no_progress = true
max_concurrency = 8
include_mail = false

accept = ["100..=103", "200..=299", "403", "429"]

exclude = [
  '^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/',
]

exclude_path = [
  "docs/_build/html/_static/.*",
  "docs/_build/html/searchindex.js",
]