Added autogenerated sphinx documentation

This commit is contained in:
2025-05-28 15:12:44 +01:00
parent 0ad146179c
commit 0b0a0ca5c5
13 changed files with 1824 additions and 2 deletions

View File

@@ -34,6 +34,15 @@ mypy = "^1.15.0"
pytest = "^8.3.5"
loguru = "^0.7.3"
[tool.poetry.group.docs.dependencies]
sphinx = "^8.2.3"
sphinx-autodoc-typehints = "^3.2.0"
sphinx-copybutton = "^0.5.2"
sphinx-rtd-theme = "^3.0.2"
sphinxcontrib-rust = "^0.8.1"
myst-parser = "^4.0.1"
sphinx-autobuild = "^2024.10.3"
[build-system]
requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"