diff options
author | 2024-08-09 16:00:58 +0100 | |
---|---|---|
committer | 2024-08-09 16:00:58 +0100 | |
commit | 7c4a0d0cd7f70b86e093125bbb9e6b5307d2ba5f (patch) | |
tree | bb096f92817af95cef412a5bc677d20e534a580b /pyproject.toml | |
parent | Ignore mkdocs.yml from check-yaml pre-commit linter (diff) |
Add Git plugins for mkdocs
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2005306..1824c32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,8 @@ octodns-cloudflare = "^0.0.6" [tool.poetry.group.docs.dependencies] mkdocs-material = {extras = ["imaging"], version = "^9.5.31"} mkdocs-glightbox = "^0.4.0" +mkdocs-git-committers-plugin-2 = "^2.3.0" +mkdocs-git-revision-date-localized-plugin = "^1.2.6" [tool.taskipy.tasks] lint = "pre-commit run --all-files" |