Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Use git-committers plugin #256

Closed
wants to merge 1 commit into from
Closed

Conversation

fghaas
Copy link
Contributor

@fghaas fghaas commented Dec 12, 2023

Rather than using git-authors (whose rendering functionality is now natively included in mkdocs-material, and which always wants to display a mailto: link containing authors' email addresses), use the git-committers plugin which instead links to contributors' GitHub accounts.

Since this relies on GitHub API calls that are rate-limited and potentially quite time-consuming during a local build, enable the
plugin only when running from GitHub Actions workflows.

Rather than using git-authors (whose rendering functionality is now
natively included in mkdocs-material, and which always wants to
display a mailto: link containing authors' email addresses), use the
git-committers plugin which instead links to contributors' GitHub
accounts.

Since this relies on GitHub API calls that are rate-limited and
potentially quite time-consuming during a local build, enable the
plugin only when running from GitHub Actions workflows.
@fghaas
Copy link
Contributor Author

fghaas commented Dec 13, 2023

We'll go with #257 instead (which we will update and merge once mkdocs-material 9.5.3 is out).

@fghaas fghaas closed this Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant