# Documentation build requirements
sphinx>=7.0.0
sphinx-rtd-theme>=2.0.0
sphinx-autodoc-typehints>=1.25.0
sphinx-intl>=2.1.0
myst-parser>=2.0.0
sphinx-copybutton>=0.5.2
sphinx-tabs>=3.4.1
sphinxcontrib-mermaid>=0.9.2
furo>=2023.9.10

# Optional: Enhanced features
sphinx-autobuild>=2021.3.14
sphinx-external-toc>=1.0.1
sphinxext-opengraph>=0.9.0
sphinx-design>=0.5.0
nbsphinx>=0.9.1
sphinx-gallery>=0.14.0

# Development tools
doc8>=1.1.1
rstcheck>=6.2.0
linkchecker>=10.2.1

# Code Quality Tools
flake8>=7.1.1
black[jupyter]
pre-commit>=3.8.0

# Testing
pytest>=8.4.1
pytest-asyncio>=0.24.0