mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-07 16:30:52 +08:00
Some checks failed
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Docs / Linting Checks (push) Has been cancelled
Docs / Test Build Docs (push) Has been cancelled
Docs / Build & Deploy Docs (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
9 lines
176 B
TOML
9 lines
176 B
TOML
[project]
|
|
name = "homepage-docs"
|
|
version = "1.0.0"
|
|
description = "Documentation for the Homepage project"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"zensical>=0.0.21",
|
|
]
|