Skip to content

Commit

Permalink
Merge pull request #8 from quarkslab/doc/last-update-date
Browse files Browse the repository at this point in the history
doc: Add last modification date in the documentation
  • Loading branch information
DarkaMaul authored Dec 2, 2022
2 parents 322b783 + eb2b3d9 commit 5488291
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ plugins:
scripts:
- docs/gen_ref_pages.py
- literate-nav
- git-revision-date-localized:
enable_creation_date: true
type: date
fallback_to_build_date: true
- mkdocstrings:
watch:
- bindings/python/quokka
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"mkdocstrings",
"mkdocstrings-python",
"mkdocs-literate-nav",
"mkdocs-git-revision-date-localized-plugin",
"mkdocs-gen-files",
"mkdocs-simple-hooks",
],
Expand Down

0 comments on commit 5488291

Please sign in to comment.