Skip to content

Commit

Permalink
Added revision dates and authors to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Aug 8, 2024
1 parent e0d9fea commit 39c626e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ plugins:
nav_file: SUMMARY.md
- section-index
- mkdocstrings
- git-authors
- git-revision-date-localized
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ local_parallelism = ["hydra-joblib-launcher"]
slurm_parallelism = ["hydra-submitit-launcher"]
docs = [
"mkdocs==1.6.0", "mkdocs-material==9.5.31", "mkdocstrings[python,shell]==0.25.2", "mkdocs-gen-files==0.5.0",
"mkdocs-literate-nav==0.6.1", "mkdocs-section-index==0.3.9"
"mkdocs-literate-nav==0.6.1", "mkdocs-section-index==0.3.9", "mkdocs-git-authors-plugin==0.9.0",
"mkdocs-git-revision-date-localized-plugin==1.2.6"
]

[project.scripts]
Expand Down

0 comments on commit 39c626e

Please sign in to comment.