MkDocs version 1 plugin that adds RSS and Atom feeds for a changelog in the Keep a Changelog format.
Project description
MkDocs changelog feed plugin
MkDocs version 1 plugin that adds RSS and Atom feeds for a changelog.
This plugin takes the rendered HTML output of the page specified by the changelog_file setting, splits it into sections for each changelog entry, and generates RSS and Atom feeds with items for each of those entries. Then, links to the feeds are added to the page.
The page is expected to be in the Keep a Changelog format, e.g. every entry starts with a second level heading, the version title and the date have to be separated by -[^dash], the date has to be in ISO 8601 format, etc.
Installation
pip install mkdocs-changelog-feed-plugin
Usage
In mkdocs.yaml, set site_url and add the plugin to plugins:
site_name: My Docs
site_url: https://mydocs.example.com/
plugins:
- search
- changelog_feed
Plugin configuration
changelog_file
The file within your docs directory containing the changelog.
default: CHANGELOG.md
feed_title
The feed's title.
Defaults to "page name - site name", if not set.
default: null
feed_description
The feed's description (RSS)/subtitle (Atom).
default: null
remove_permalinks
Remove permalinks added by Python-Markdown's Table of Contents extension from the feeds.
default: true
links_icon
Icon to be displayed next to the links to the feeds at the top of the page.
default: <i class="fa fa-square-rss"></i>
Licence
This project is licenced under the AGPL-3.0 license.
[^dash]: Or – or —, in case something like the SmartyPants extension replaces the - character.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mkdocs_changelog_feed_plugin-2026.5.14.tar.gz.
File metadata
- Download URL: mkdocs_changelog_feed_plugin-2026.5.14.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.12.10 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
866ab477069867d1c1e5606ade7fcf39aa5a3de11428ce2d159fc0b466302bc2
|
|
| MD5 |
387c499b1ec8144a0cc3276f70b08508
|
|
| BLAKE2b-256 |
d23ec9b029f16b27b50eb09fb094c921d7002568eab59453af87efe9ffd38c48
|
File details
Details for the file mkdocs_changelog_feed_plugin-2026.5.14-py3-none-any.whl.
File metadata
- Download URL: mkdocs_changelog_feed_plugin-2026.5.14-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.12.10 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47871723edf19a5bd989ff3599a950430a1dbc28174dff6c7007d9c79dba4224
|
|
| MD5 |
8c67d08ea9cc180a2c48285d28145296
|
|
| BLAKE2b-256 |
a4a1a1d780c36a98def5a14910be38e0e2cbe2721291ca3ad53144fb715c56b3
|