Skip to content

Commit 58b36ec

Browse files
committed
astral-sh#11148 @10m Added mkdocs-git-revision-date-localized-plugin for last edit time to show up on mkdocs documentation.
1 parent 2dfeafb commit 58b36ec

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ mkdocs-material-extensions==1.3.1
8282
# via mkdocs-material
8383
mkdocs-redirects==1.2.2
8484
# via -r docs/requirements.in
85+
mkdocs-git-revision-date-localized-plugin==1.3.0
86+
# via mkdocs
8587
more-itertools==10.3.0
8688
# via mdformat-mkdocs
8789
mypy-extensions==1.0.0

mkdocs.public.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ INHERIT: mkdocs.template.yml
22
# Omit the `typeset` plugin which is only available in the Insiders version.
33
plugins:
44
- search
5+
- git-revision-date-localized
56
validation:
67
anchors: warn
78
watch:

0 commit comments

Comments
 (0)