Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

GitHub Plugins

Updated: 09 Feb 2026

A family of plugins for working with GitHub content in your MyST documents.

Plugins

Shared requirements

All three plugins use the GitHub API and benefit from a GITHUB_TOKEN environment variable to avoid rate limits. Set it in your shell before building:

export GITHUB_TOKEN=ghp_...

API responses are cached in _build/cache/ with a 24-hour TTL, so repeated builds don’t re-fetch the same data.