Skip to content

Instantly share code, notes, and snippets.

@vivekhub
Created June 8, 2021 08:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vivekhub/655375ab0c92053be9398cb912c921f6 to your computer and use it in GitHub Desktop.
Save vivekhub/655375ab0c92053be9398cb912c921f6 to your computer and use it in GitHub Desktop.
Poetry with MKdocs
[tool.poetry]
name = "mkdocs"
version = "0.1.0"
description = ""
authors = ["Vivek Venugopalan <github@vivekv.info>"]
[tool.poetry.dependencies]
python = "^3.8"
mkdocs = "^1.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment