diff options
| -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 |
