mirror of
https://github.com/Cian-H/I-Form_Research_Server_Docs.git
synced 2025-12-22 22:22:03 +00:00
32 lines
714 B
TOML
32 lines
714 B
TOML
[tool.poetry]
|
|
name = "research-server-docs"
|
|
version = "0.1.0"
|
|
description = "Documentation for the I-Form Research Server system"
|
|
authors = ["Cian Hughes <cian.hughes@dcu.ie>"]
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.8,<4.0"
|
|
mkdocs = "^1.5.3"
|
|
mkdocs-material = "^9.4.8"
|
|
tomlkit = "^0.12.2"
|
|
mkdocs-git-revision-date-localized-plugin = "^1.2.1"
|
|
mkdocs-glightbox = "^0.3.4"
|
|
|
|
[tool.poetry.scripts]
|
|
build = "build:main"
|
|
|
|
[tool.scripts-config]
|
|
virtual_env = "{$VIRTUAL_ENV}/src/I-Form_Server_Node_Deployer"
|
|
|
|
[tool.scripts-config.readme_files]
|
|
"" = "docs/index.md"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.black]
|
|
line-length = 100
|