Skip to content

Commit

Permalink
doc: plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Jun 18, 2023
1 parent 3f98df3 commit 3678d5b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ makedocs(
)

deploydocs(;
deps = Deps.pip("mkdocs", "pygments", "python-markdown-math", "mkdocs-material"),
deps = Deps.pip("mkdocs", "pygments", "python-markdown-math", "mkdocs-material", "mkdocs-git-revision-date-localized-plugin"),
repo = "github.com/PoisotLab/SpeciesInteractionNetworks.jl.git",
devbranch = "main",
make = () -> run(`mkdocs build`),
Expand Down
9 changes: 9 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@ site_author: Timothée Poisot
theme:
name: material
logo: assets/logo.png
icon:
edit: material/pencil
view: material/eye
features:
- content.action.edit
- navigation.tabs
- toc.follow
- toc.integrate
- navigation.top
- navigation.instant
- navigation.tracking

plugins:
- git-revision-date-localized:
enable_creation_date: true
enable_revision_date: true

extra_css:
- assets/Documenter.css
- stylesheets/colors.css
Expand Down

0 comments on commit 3678d5b

Please sign in to comment.