Skip to content

Commit 9b5bf15

Browse files
committed
build(mkapi): Use forked version with trailing slash fix, other PRs included
See also: - tony/mkapi#1 - daizutabi/mkapi#23 - daizutabi/mkapi#24
1 parent 919c28b commit 9b5bf15

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

poetry.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ pytest-mock = [
4141
{version="<3.0.0", python="<3"},
4242
{version="*", python=">=3"}
4343
]
44-
mkapi = {version = "^1.0.12", extras = ["docs"], python = ">=3.7"}
44+
mkapi = {git = "https://github.com/tony/mkapi", rev = "git-pull", extras = ["docs"], python = ">=3.7"}
4545
mkdocs = {version = "^1.1.2", extras = ["docs"], python = ">=3.5"}
4646
mkdocs-material = {version = "^5.5.1", extras = ["docs"], python = ">=3.5"}

0 commit comments

Comments
 (0)