[project] name = "docs-template" version = "0.1.0" description = "Docs template for HydroRoll Team" authors = [ {name = "简律纯",email = "i@jyunko.cn"}, ] dependencies = [ "furo>=2025.7.19", "mkdocs>=1.6.1", "mkdocs-alabaster>=0.8.0", "myst-parser>=4.0.1", "requests>=2.31.0", "sphinx>=8.2.3", "sphinx-autobuild>=2024.10.3", "sphinx-design>=0.6.1", "sphinx-intl>=2.3.1", "tomli>=2.2.1", ] requires-python = ">=3.11" readme = "README.md" license = {text = "MIT"}