# Documentation toolchain — NOT a project dependency, and never to become one.
# `.github/workflows/docs.yml` installs this file when it exists and falls back
# to an unpinned list when it does not; pinning here is what keeps a site that
# builds locally from failing in CI on a theme release.
#
# `mkdocs>=1.6` is a hard floor: the configuration reference is generated by a
# build hook through `File.generated`, which arrived in 1.6.
mkdocs>=1.6,<2
mkdocs-material>=9.5,<10
