We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0efdda commit 4ad4d6aCopy full SHA for 4ad4d6a
mkdocs.yml
@@ -57,6 +57,7 @@ theme:
57
# Plugins
58
plugins:
59
- search
60
+ - git-revision-date-localized
61
- include-markdown:
62
preserve_includer_indent: true
63
dedent: true
pyproject.toml
@@ -41,6 +41,7 @@ dev = [
41
"codecov>=2",
42
"griffe-typingdoc>=0.2",
43
"invoke>=2",
44
+ "mkdocs-git-revision-date-localized-plugin>=1.3",
45
"mkdocs-include-markdown-plugin>=6",
46
"mkdocs-macros-plugin>=1",
47
"mkdocs-material>=8",
@@ -56,6 +57,7 @@ dev = [
56
docs = [
"black>=24",
0 commit comments