forked from blizzthewolf/SeaCogs
feat(docs): added documentation using mkdocs and readthedocs
This commit is contained in:
parent
47f74d2259
commit
9bd41317c6
6 changed files with 931 additions and 40 deletions
|
@ -18,6 +18,17 @@ optional = true
|
|||
[tool.poetry.group.dev.dependencies]
|
||||
pylint = "^2.17.5"
|
||||
|
||||
[tool.poetry.group.docs]
|
||||
optional = true
|
||||
|
||||
[tool.poetry.group.docs.dependencies]
|
||||
mkdocs = "1.5.3"
|
||||
mkdocstrings = {extras = ["python"], version = "0.24.0"}
|
||||
mkdocs-git-authors-plugin = "0.7.2"
|
||||
mkdocs-git-revision-date-localized-plugin = "1.2.2"
|
||||
mkdocs-material = {extras = ["imaging"], version = "^9.5.2"}
|
||||
mkdocs-redirects = "^1.2.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue