mkdocs>=1.6
mkdocs-material>=9.5
pymdown-extensions>=10.7
# API-reference documentation from docstrings.
# The correct package is mkdocstrings[python] (NOT mkdocs-docstring, which does
# not exist on PyPI).  The [python] extra pulls in mkdocstrings-python which
# provides the Python handler backed by griffe.
mkdocstrings[python]>=0.27
# ruff is used by mkdocstrings for signature formatting in the API reference.
ruff>=0.4
