We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfeafb commit 58b36ecCopy full SHA for 58b36ec
docs/requirements.txt
@@ -82,6 +82,8 @@ mkdocs-material-extensions==1.3.1
82
# via mkdocs-material
83
mkdocs-redirects==1.2.2
84
# via -r docs/requirements.in
85
+mkdocs-git-revision-date-localized-plugin==1.3.0
86
+ # via mkdocs
87
more-itertools==10.3.0
88
# via mdformat-mkdocs
89
mypy-extensions==1.0.0
mkdocs.public.yml
@@ -2,6 +2,7 @@ INHERIT: mkdocs.template.yml
2
# Omit the `typeset` plugin which is only available in the Insiders version.
3
plugins:
4
- search
5
+ - git-revision-date-localized
6
validation:
7
anchors: warn
8
watch:
0 commit comments