# Doc-build-only dependencies for Read the Docs. Kept in sync by hand with
# pyproject.toml's [project.optional-dependencies].docs list; deliberately
# separate so the Read the Docs build never has to install the full runtime
# dependency set (torch/torchvision/...), which the docs don't need since
# no page uses autodoc directives against the actual package code.
sphinx>=8.1
sphinx_rtd_theme>=3.0
