Add mkdocs dependency to build documentation

This commit is contained in:
Vikash Kothary
2020-07-30 20:14:25 +01:00
parent e5695dd229
commit cfeb466e13
2 changed files with 346 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
python = "^3.7"
[tool.poetry.dev-dependencies]
mkdocs = "^1.1.2"
[build-system]
requires = ["poetry>=0.12"]