From 4cb405b9cf1cd3bb28da8492b09f5cef08af8782 Mon Sep 17 00:00:00 2001 From: Jared Ondricek Date: Tue, 28 Apr 2026 10:17:50 -0500 Subject: [PATCH] fix: comment out pelican-sitemap dependency and plugin due to large file generation issue --- pelicanconf.py | 3 ++- requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 98c9ae4ed01..8c43870989e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -22,7 +22,8 @@ DEFAULT_LANG = os.environ.get("PELICAN_DEFAULT_LANG", "en") THEME = "attack-theme" -PLUGINS = ["sitemap"] +# TODO: re-enable sitemap when it doesn't generate a 100+ MB file +# PLUGINS = ["sitemap"] SITEMAP = { "format": "xml", "priorities": { diff --git a/requirements.txt b/requirements.txt index 3ebc0e0c60d..8758d2ac56a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,8 @@ future==1.0.0 loguru==0.7.3 mitreattack-python==5.5.0 pelican==4.12.0 -pelican-sitemap==1.2.2 +# TODO: re-enable sitemap when it doesn't generate a 100+ MB file +# pelican-sitemap==1.2.2 python-dotenv==1.2.2 requests==2.33.1 stix2==3.0.2