diff options
author | 2024-08-09 16:33:23 +0100 | |
---|---|---|
committer | 2024-08-09 16:33:23 +0100 | |
commit | c124e7d7dd77bec484ef49070b12550f2835ef97 (patch) | |
tree | 5334d30583d6b87b0f4aa09ca9a5f785c8c9529a /docs | |
parent | Update Git authors search path (diff) |
Update docs path for git commiters plugin
Diffstat (limited to 'docs')
-rw-r--r-- | docs/mkdocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index de70d54..2102dbb 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -37,7 +37,7 @@ plugins: repository: python-discord/infra branch: main enabled: !ENV [ENABLE_GIT_PLUGINS, false] - docs_path: "docs/docs" + docs_path: "docs/docs/" # Git change information - git-revision-date-localized: enable_creation_date: true |