Simple RSS feed generator based Open Graph.
Sphinx extension to add RSS feed of documents.
This is using atsphin-og-article
, and pick documents included og-article
directive.
You can select only documents that you want to notify as RSS.
Install from PyPI.
pip install atsphinx-feed
Configure your conf.py
.
extensions = [
"atsphinx.feed",
"atsphinx.og_article",
]
When you build by html-like builder, this generates Atom style feed file into outdir.
- _build/html/
+ index.html
+ atom.xml <- Generated!!
- _static/
You can configure behevior of extension. Please see docs.