docs : Add sphinx for handling documentation

Edit gitignore by ignoring the docs/build directory
Add sphinx dependencies to pyproject
Add docs folder
This commit is contained in:
2026-01-04 19:18:57 +01:00
parent c10077392e
commit e639c12c20
8 changed files with 201 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
poetry.lock
__pycache__
docs/build