Skip to content

Commit

Permalink
Update documentation's python config
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Nov 13, 2023
1 parent 52fd1f2 commit d8e14b6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions documentation/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
[tool.poetry]
name = "docs"
version = "0.1.0"
description = "Documentations for all Cunarist products"
authors = ["DongHyun Kim <[email protected]>"]
description = "Documentation for Rinf"
authors = ["Cunarist"]

[tool.poetry.dependencies]
python = "^3.10"
mkdocs = "^1.5.2"
mkdocs-material = "^9.1.21"
mkdocs-awesome-pages-plugin = "^2.9.1"
mkdocs-glightbox = "^0.3.4"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit d8e14b6

Please sign in to comment.