mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-28 13:20:28 +00:00
init docs
This commit is contained in:
parent
79d256b761
commit
9da4a82788
11 changed files with 601 additions and 1 deletions
15
docs/pyproject.toml
Normal file
15
docs/pyproject.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue