We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5a0c3 commit a15e4c2Copy full SHA for a15e4c2
publishconf.py
@@ -12,6 +12,6 @@
12
FEED_DOMAIN = "https://aio-libs.org"
13
FEED_ATOM = "feeds/atom.xml"
14
FEED_ALL_ATOM = "feeds/all.atom.xml"
15
-CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml"
+TAG_FEED_ATOM = "feeds/{slug}.atom.xml"
16
17
DELETE_OUTPUT_DIRECTORY = True
0 commit comments