# AlignTune Documentation Dependencies
# 
# Install with: pip install -r requirements-docs.txt
# 
# These dependencies are only needed for building documentation.
# They are not required for using AlignTune.

# MkDocs core and theme
mkdocs>=1.5.0
mkdocs-material>=9.5.0

# MkDocs plugins
mkdocs-jupyter>=0.24.0
mkdocstrings[python]>=0.24.0

# Markdown extensions (used by mkdocs-material)
pymdown-extensions>=10.0.0

# Code highlighting
pygments>=2.15.0

# Jupyter notebook support (for notebook examples in docs)
jupyter>=1.0.0
ipykernel>=6.25.0
