We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63fd78 commit 12f7accCopy full SHA for 12f7acc
publishconf.py
@@ -15,6 +15,7 @@
15
RELATIVE_URLS = False
16
17
FEED_ALL_ATOM = 'feeds/all.atom.xml'
18
+FEED_ALL_RSS = 'feeds/all.rss.xml'
19
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
20
AUTHOR_FEED_RSS = 'feeds/%s.rss.xml'
21
AUTHOR_FEED_ATOM = 'feeds/%s.atom.xml'
0 commit comments