Skip to content

Commit d7d2624

Browse files
Remove authors plugin
Removes mkdocs-git-authors-plugin
1 parent 871fc44 commit d7d2624

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/generate_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: 3.x
4242

4343
- name: Install Python dependencies
44-
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 Pillow 'mkdocs-material[imaging]'
44+
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 Pillow 'mkdocs-material[imaging]'
4545

4646
- name: Set up build cache
4747
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

mkdocs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,6 @@ plugins:
214214
repository: sparkfun/SparkFun_RTK_Postcard
215215
branch: main
216216

217-
# Add git authors at bottom of the page
218-
- git-authors:
219-
# Disables plugin on local builds
220-
enabled: !ENV [CI, false]
221-
222217
# Enables use of Git submodules and larger code base
223218
- monorepo:
224219
# Disables plugin on local builds

0 commit comments

Comments
 (0)