Skip to content

Commit 43db530

Browse files
committed
feat: no feeds
1 parent 151e29f commit 43db530

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

publishconf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55

66
SITEURL = "https://python-chile.github.io/pythonchile.cl"
77
RELATIVE_URLS = False
8-
9-
DELETE_OUTPUT_DIRECTORY = True
8+
DELETE_OUTPUT_DIRECTORY = True
9+
FEED_ALL_ATOM = None
10+
CATEGORY_FEED_ATOM = None
11+
TRANSLATION_FEED_ATOM = None
12+
AUTHOR_FEED_ATOM = None
13+
AUTHOR_FEED_RSS = None

0 commit comments

Comments
 (0)