Read the Docs¶
The public documentation is hosted at lrdbench.readthedocs.io.
Read the Docs builds the MkDocs site from .readthedocs.yaml, installs the package with the
docs extra, and uses mkdocs.yml as the site configuration.
If the project slug changes, update:
site_urlinmkdocs.yml;Documentationunder[project.urls]inpyproject.toml;- README and docs links that point to
lrdbench.readthedocs.io.
Local check before pushing:
pip install -e ".[docs]"
mkdocs build --strict
The strict build fails on broken internal links and missing snippet files.