init docs

This commit is contained in:
Hayden 2022-09-09 12:57:44 -08:00
parent 79d256b761
commit 9da4a82788
11 changed files with 601 additions and 1 deletions

15
docs/pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[tool.poetry]
name = "docs"
version = "0.1.0"
description = ""
authors = ["Hayden <64056131+hay-kot@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
mkdocs-material = "^8.4.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"