mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
Merge pull request #29 from senju1337/feat/OPS-61
feat/OPS-61: auto documentation
This commit is contained in:
commit
440aaa2bd4
15 changed files with 373 additions and 14 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue