diff options
| author | 2023-07-25 12:45:52 +0800 | |
|---|---|---|
| committer | 2023-07-25 12:45:52 +0800 | |
| commit | 7c29eb549b35fc451b77d659e71aade0ca4d51a8 (patch) | |
| tree | 303891164e1b69fb95f30345226ac92f0f69fbeb | |
| parent | bda577c760bc0fbb38e36f682358c9d82bade807 (diff) | |
| download | TRPGNivis-7c29eb549b35fc451b77d659e71aade0ca4d51a8.tar.gz TRPGNivis-7c29eb549b35fc451b77d659e71aade0ca4d51a8.zip | |
remove git=committers
| -rw-r--r-- | docs/mkdocs.yml | 10 | ||||
| -rw-r--r-- | docs/requirements.txt | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index fc2f1ed..415a321 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -111,7 +111,9 @@ plugins: - blog - search - git-authors - # - git-revision-date-localized - - git-committers: - repository: HydroRoll-Team/psi - branch: main
\ No newline at end of file + - git-revision-date-localized: + enable_creation_date: true + fallback_to_build_date: true + # - git-committers: + # repository: HydroRoll-Team/psi + # branch: main
\ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 8e1e3bd..27a991d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ mkdocs-material mkdocs-blog-plugin mkdocs-git-revision-date-localized-plugin -mkdocs-git-committers-2 +mkdocs-git-committers mkdocs-git-authors-plugin
\ No newline at end of file |
