diff options
author | 2024-08-09 16:25:17 +0100 | |
---|---|---|
committer | 2024-08-09 16:25:17 +0100 | |
commit | 7d0843a8cb1d26dda22726e372aa2b4bcbd2be2d (patch) | |
tree | caf31ec151f0b26342a4517af87f92d4e639d8f9 /docs | |
parent | Correct URI for Git edits (diff) |
Update Git authors search path
Diffstat (limited to 'docs')
-rw-r--r-- | docs/mkdocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 7b9e52f..de70d54 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -37,6 +37,7 @@ plugins: repository: python-discord/infra branch: main enabled: !ENV [ENABLE_GIT_PLUGINS, false] + docs_path: "docs/docs" # Git change information - git-revision-date-localized: enable_creation_date: true |