# Install main project dependencies
-r ../requirements.txt

# Install example dependencies
-r examples/requirements.txt

# Sphinx and documentation tools
sphinx>=7.2
sphinx-rtd-theme>=2.0.0
furo>=2024.1.29
myst-parser>=2.0.0
nbsphinx>=0.9.3
sphinx-autodoc-typehints>=1.25.2
pybind11>=2.10
sphinxcontrib-bibtex>=2.6.1
beautifulsoup4>=4.12.2
pandoc

# For ReadTheDocs artifacts
gitpython>=3.1.31
PyGithub>=1.58.0
requests>=2.29.0

# For Jupyter notebooks rendering inside docs
ipykernel
ipywidgets