Skip to content

Commit

Permalink
show update time
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed May 14, 2024
1 parent 926b4e3 commit 305ac38
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
1 change: 1 addition & 0 deletions mkdocs-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ theme:
name: Switch to light mode

plugins:
git-revision-date-localized:
search:
autorefs:
mkdocstrings:
Expand Down
23 changes: 20 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ rich = ">=13.3.3"
typing-extensions = "^4.4.0"
tree-sitter = { version = "^0.20.1", optional = true }
tree-sitter-languages = { version = "1.10.2", optional = true }
mkdocs-git-revision-date-localized-plugin = "^1.2.5"

This comment has been minimized.

Copy link
@davidbrochart

davidbrochart May 15, 2024

Contributor

Does it really belong here, since it seems to be a documentation dependency?

This comment has been minimized.

Copy link
@willmcgugan

willmcgugan May 15, 2024

Author Collaborator

No, that's a mistake. I'll do a point release.


[tool.poetry.extras]
syntax = ["tree-sitter", "tree_sitter_languages"]
Expand Down

0 comments on commit 305ac38

Please sign in to comment.