summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/syndication.txt
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-09-05 13:49:08 -0400
committernessita <124304+nessita@users.noreply.github.com>2025-09-17 15:17:05 -0300
commit00a84fc6f3bb8cca15113e4d41e710123d182b4a (patch)
tree09d8a81acf0c768be984e92de5f3f1206630a266 /docs/ref/contrib/syndication.txt
parent1db79d8acf20c38aaf52e8e7c57f43c0e6501bb9 (diff)
Removed versionadded/changed annotations for 5.2.
Diffstat (limited to 'docs/ref/contrib/syndication.txt')
-rw-r--r--docs/ref/contrib/syndication.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt
index ce2d55a499..f9968b6e8c 100644
--- a/docs/ref/contrib/syndication.txt
+++ b/docs/ref/contrib/syndication.txt
@@ -995,10 +995,6 @@ They share this interface:
XML documents. If your content has some of them, you might encounter a
:exc:`ValueError` when producing the feed.
- .. versionchanged:: 5.2
-
- The ``stylesheets`` argument was added.
-
:meth:`.SyndicationFeed.add_item`
Add an item to the feed with the given parameters.
@@ -1131,8 +1127,6 @@ above example should demonstrate the basic idea.
Feed stylesheets
----------------
-.. versionadded:: 5.2
-
If you wish to have your RSS feed render nicely in a browser, you will need to
provide styling information for the XML file, typically in XSLT_ or CSS
formats.