# Documentation build dependencies (MkDocs + mkdocstrings).
# Installed by CI (the `docs` job) and by Read the Docs (.readthedocs.yaml).
# Kept separate from the package's runtime/dev deps so the docs build needs
# neither the runtime stack (pandas/statsmodels) nor R — mkdocstrings reads the
# source statically via griffe.
mkdocs-material>=9.5,<10
mkdocstrings[python]>=0.27,<0.31
