summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/syndication.txt
diff options
context:
space:
mode:
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.