Merge pull request #29 from senju1337/feat/OPS-61

feat/OPS-61: auto documentation
This commit is contained in:
Guts 2025-03-20 11:42:14 +01:00 committed by GitHub
commit 440aaa2bd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 373 additions and 14 deletions

View file

@ -22,6 +22,9 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
sennen = "senju.main:main"
[tool.poetry.group.dev.dependencies]
sphinx = "8.1.3"
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]