We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b5ae1 commit 5161266Copy full SHA for 5161266
.github/workflows/mkdocs-deploy.yml
@@ -19,6 +19,6 @@ jobs:
19
with:
20
python-version: "3.11"
21
- name: Install Dependencies
22
- run: pip install mkdocs-material mkdocs-autorefs mkdocs-get-deps mkdocs-material-extensions mkdocstrings mkdocstrings-python
+ run: pip install mkdocs-material mkdocs-autorefs mkdocs-get-deps mkdocs-material-extensions mkdocstrings mkdocstrings-python mkdocs-git-revision-date-localized-plugin
23
- name: Deploy docs
24
run: mkdocs gh-deploy --force --verbose
mkdocs.yml
@@ -98,6 +98,7 @@ plugins:
98
cache_dir: .cache/plugin/social/free
99
search:
100
lang: en
101
+ git-revision-date-localized:
102
mkdocstrings:
103
handlers:
104
python:
0 commit comments