# Documentation build requirements
sphinx>=4.5.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.18.0

# For API documentation
# Install only minimal dependencies needed for doc generation
# to avoid build timeouts on Read the Docs

# Mock heavy dependencies
sphinx-automodapi>=0.14
