Skip to content

Commit 4ad4d6a

Browse files
authored
Each page of the documentation now displays when it was last updated at the bottom (#1407)
1 parent d0efdda commit 4ad4d6a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ theme:
5757
# Plugins
5858
plugins:
5959
- search
60+
- git-revision-date-localized
6061
- include-markdown:
6162
preserve_includer_indent: true
6263
dedent: true

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dev = [
4141
"codecov>=2",
4242
"griffe-typingdoc>=0.2",
4343
"invoke>=2",
44+
"mkdocs-git-revision-date-localized-plugin>=1.3",
4445
"mkdocs-include-markdown-plugin>=6",
4546
"mkdocs-macros-plugin>=1",
4647
"mkdocs-material>=8",
@@ -56,6 +57,7 @@ dev = [
5657
docs = [
5758
"black>=24",
5859
"griffe-typingdoc>=0.2",
60+
"mkdocs-git-revision-date-localized-plugin>=1.3",
5961
"mkdocs-include-markdown-plugin>=6",
6062
"mkdocs-macros-plugin>=1",
6163
"mkdocs-material>=8",

0 commit comments

Comments
 (0)