Skip to content

Commit

Permalink
add mkdocs-macros-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
argonism committed Oct 8, 2023
1 parent 4bc8a46 commit 928c386
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
39 changes: 38 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ packages = [{ include = "mdfy_esa" }, { include = "tests", format = "sdist" }]
python = ">=3.8.1,<4.0"
mdfy = "^0.2.0"
piyo = "^1.1.1"
mkdocstrings = {version = "^0.23.0", extras = ["python"]}

[tool.poetry.group.dev.dependencies]
black = "^23.9.1"
Expand All @@ -35,6 +34,8 @@ mkdocs-include-markdown-plugin = "^1.0.0"
mkdocs-material = "^9.4.3"
mkdocs-material-extensions = "^1.2"
mkdocs-autorefs = "^0.5.0"
mkdocstrings = { version = "^0.23.0", extras = ["python"] }
mkdocs-macros-plugin = "^1.0.4"

[tool.black]
line-length = 120
Expand Down

0 comments on commit 928c386

Please sign in to comment.