# Documentation build requirements for RheoQCM
# These are included in the core dependencies in pyproject.toml.
# This file exists for standalone doc builds without installing the full package.

# Sphinx core
sphinx>=8.0

# Markdown support (MyST parser)
myst-parser>=4.0

# Bibliography support
sphinxcontrib-bibtex>=2.6

# Required for MyST linkify extension
linkify-it-py>=2.0

# Optional: live-reload development server
sphinx-autobuild>=2024.0
