docs: add initial docs, w/ quickstart

just the very basics to get things in place
This commit is contained in:
Lance Edgar 2024-07-09 21:05:59 -05:00
parent e2e4df4721
commit 717f9518ff
9 changed files with 184 additions and 0 deletions

View file

@ -33,6 +33,10 @@ dependencies = [
]
[project.optional-dependencies]
docs = ["Sphinx", "furo"]
[project.scripts]
wuttapos = "wuttapos.commands:wuttapos_typer"