Skip to content

Commit

Permalink
feat: Add "Last Updated Time" for python client docs site (#2921)
Browse files Browse the repository at this point in the history
* feat: Add Last Updated Time

* fix group

* pin plugin

* upgrade lock file

---------

Co-authored-by: bossenti <[email protected]>
  • Loading branch information
ittuann and bossenti authored Jun 16, 2024
1 parent f302a79 commit 648e6be
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
steps:
- name: clone
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: create working branch & set GitHub config
run: |
Expand Down
1 change: 1 addition & 0 deletions streampipes-client-python/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ plugins:
- search:
lang:
- en
- git-revision-date-localized

extra_css:
- stylesheets/extra.css
Expand Down
70 changes: 65 additions & 5 deletions streampipes-client-python/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 streampipes-client-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ mike = { git = "https://github.com/jimporter/mike.git", rev = "872f72def32f58890
mkdocs = "1.5.2"
mkdocs-awesome-pages-plugin = "2.9.0"
mkdocs-gen-files = "0.5.0"
mkdocs-git-revision-date-localized-plugin = "1.2.6"
mkdocs-jupyter = "0.24.0"
mkdocs-literate-nav = "0.6.0"
mkdocs-material = "9.3.2"
Expand Down

0 comments on commit 648e6be

Please sign in to comment.