[tool.poetry]
name = "{{ meta_data.name }}"
version = "0.0.0"
description = ""
authors = [""]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
sphinx = "^7.2.6"
myst-parser = "^2.0.0"
breathe = "^4.35.0"
sphinx-autobuild = "^2024.2.4"
sphinx-book-theme = "^1.1.0"
sphinx-exercise = "^0.4.1"
sphinx-togglebutton = "^0.3.2"
sphinx-design = "^0.5.0"
sphinxcontrib-bibtex = "^2.6.2"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
