mkdocs-rss-plugin
MkDocs plugin to generate RSS and JSON feeds using Mkdocs site configuration, git log and Mkdocs pages'meta.
What it is and what it does
This is a MkDocs plugin that automatically generates RSS 2.0 and JSON Feed 1.1 feeds for your documentation site. It reads publication and modification dates from your git log and page metadata (YAML frontmatter), then creates feed files that readers can subscribe to. The plugin integrates directly into MkDocs' build process and supports customization of feed content, including abstract length, categories, timezone handling, and URL parameters for tracking.
The plugin depends on mkdocs, GitPython, requests, CacheControl, properdocs, and tzdata. It runs on Python 3.10 through 3.14 and is actively maintained. Configuration is done through mkdocs.yml with sensible defaults—at minimum, you need site_name, site_description, and site_url defined, then add the rss plugin. Advanced options let you control feed titles, descriptions, item counts, date formats, and whether to generate RSS, JSON, or both.
Use it for:
- Enable readers to subscribe to documentation updates via RSS or JSON Feed readers.
- Automatically track publication and modification dates from git commits without manual frontmatter.
- Generate separate feeds for creation and update events to support different subscription workflows.
- Add UTM parameters to feed links for tracking documentation traffic from syndication channels.
- Integrate with Material for MkDocs blog features and social card generation.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Generates RSS 2.0 and JSON Feed 1.1 feeds for MkDocs sites, extracting publication dates from git history and page metadata.
Yes. The plugin is production-stable, actively maintained, has low install friction, carries no known vulnerabilities, and solves a clear problem for documentation sites that want to offer feed subscriptions. MIT licensing removes legal friction. Install if you maintain a MkDocs site and want readers to subscribe to updates.
Install
mkdocs-rss-plugin on PyPI
pip
pip install mkdocs-rss-pluginuv
uv add mkdocs-rss-pluginpoetry
poetry add mkdocs-rss-pluginInstalling mkdocs-rss-plugin
Before you install
Low friction install with six runtime dependencies. Active maintenance with last commit on 2026-08-03 and production-stable status.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions.
Quickstart
pip install mkdocs-rss-plugin
# In mkdocs.yml:
plugins:
- rss:
abstract_chars_count: 160
use_git: true
Requires Python 3.10 or later; git must be available in the project for date extraction from git log.
Verify before relying
- Whether the plugin correctly handles edge cases in YAML frontmatter parsing across different MkDocs themes.
- Performance impact when processing large documentation sites with extensive git history.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — CacheControl, GitPython, mkdocs, properdocs, requests, tzdata |
| Maintenance | actively maintained — 119 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 307,186/month — #7,777 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mkdocs_rss_plugin-1.19.0-py3-none-any.whl
Keywords: atom, documentation, feed, git, json-feed, mkdocs, plugin, rss
Tags
More Documentation packages
Docutils converts plaintext documentation in…
unclear · top 1,000 on PyPI
SphinxSphinx generates professional documentation…
permissive · top 1,000 on PyPI
griffeGriffe extracts the complete structure and…
permissive · top 1,000 on PyPI
sphinxcontrib-serializinghtmlA Sphinx extension that outputs documentation…
permissive · top 1,000 on PyPI
alabasterAlabaster is a clean, responsive Sphinx theme…
permissive · top 1,000 on PyPI
sphinxcontrib-htmlhelpA Sphinx extension that generates HTML help…
permissive · top 1,000 on PyPI
feedgenGenerates web feeds in ATOM and RSS formats,…
copyleft · top 15,000 on PyPI
mkdocs-print-site-pluginMkDocs plugin that generates a combined print…
permissive · top 15,000 on PyPI
feedparserParses Atom and RSS feeds (including RSS 0.9x,…
permissive · top 5,000 on PyPI
feedfinder2Feedfinder2 detects and returns feed URLs (RSS,…
permissive · top 15,000 on PyPI
mkdocs-git-revision-date-pluginAdds a Git-based revision date to MkDocs…
permissive · top 15,000 on PyPI
mkdocs-llmstxtMkDocs plugin that generates an /llms.txt file…
permissive · top 15,000 on PyPI
mkdocsMkDocs generates static HTML documentation…
permissive · top 5,000 on PyPI
gnewsGNews searches Google News RSS feeds and…
permissive · top 15,000 on PyPI
mkdocs-gen-filesMkDocs plugin that generates documentation…
permissive · top 5,000 on PyPI
mkdocstringsAn MkDocs plugin that automatically generates…
permissive · top 5,000 on PyPI