Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch full git history for mkdocs-git-revision-date-localized-plugin.
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
Expand Down
7 changes: 7 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ theme:
- navigation.footer
- content.action.view
- content.action.edit
- content.footer.last-updated
icon:
edit: material/pencil
view: material/eye
Expand Down Expand Up @@ -73,3 +74,9 @@ markdown_extensions:
plugins:
- section-index
- search
- git-revision-date-localized:
type: datetime
fallback_to_build_date: true
locale: en
timezone: Europe/Amsterdam
enable_creation_date: false
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dev = [
docs = [
"mkdocs-material",
"mkdocs-section-index",
"mkdocs-git-revision-date-localized-plugin",
]

[tool.setuptools]
Expand Down