# Documentation build dependencies for the k4Bench MkDocs site.
#
# These are intentionally kept separate from the runtime dependencies in
# pyproject.toml: k4bench's runtime deps (pandas, plotly) are pinned by the
# Key4hep stack, whereas the docs are built in a plain Python environment
# (CI / local) where we want the latest Material for MkDocs.
#
# Install with:
#   pip install -r docs/requirements.txt

mkdocs-material>=9.5
mkdocstrings[python]>=0.26
mkdocs-gen-files>=0.5
mkdocs-literate-nav>=0.6
mkdocs-section-index>=0.3
pymdown-extensions>=10.0
