# 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.7.6
mkdocstrings[python]>=1.0.4
mkdocs-gen-files>=0.6.1
mkdocs-literate-nav>=0.6.3
mkdocs-section-index>=0.3.12
pymdown-extensions>=11.0.1
