diff options
| author | 2023-07-25 12:44:55 +0800 | |
|---|---|---|
| committer | 2023-07-25 12:44:55 +0800 | |
| commit | bda577c760bc0fbb38e36f682358c9d82bade807 (patch) | |
| tree | f7809356151fd2eba85f04d7c24484404c61a9b7 | |
| parent | 3ab549ef365d475793ddc7ceb72e03d6d6b2bd5c (diff) | |
| download | TRPGNivis-bda577c760bc0fbb38e36f682358c9d82bade807.tar.gz TRPGNivis-bda577c760bc0fbb38e36f682358c9d82bade807.zip | |
fix mkdocs-git-committers-2
| -rw-r--r-- | docs/mkdocs.yml | 6 | ||||
| -rw-r--r-- | docs/requirements.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 1273d5c..fc2f1ed 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -112,6 +112,6 @@ plugins: - search - git-authors # - git-revision-date-localized - # - git-committers: - # repository: HydroRoll-Team/psi - # branch: main
\ No newline at end of file + - 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 27a991d..8e1e3bd 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 +mkdocs-git-committers-2 mkdocs-git-authors-plugin
\ No newline at end of file |
