From a9a0ac3280cd50fb96d08be92de4080b23d8bd49 Mon Sep 17 00:00:00 2001 From: haemka Date: Thu, 13 Aug 2026 17:01:39 +0000 Subject: [PATCH] Add pelican-i18n-subsites to requirements.txt Was missing entirely, so the language switcher silently disappeared once the site started building in a clean CI environment (installed from requirements.txt only) instead of a local venv that presumably had it installed separately. PLUGINS = ['i18n_subsites'] in pelicanconf.py already expects this via Pelican's namespace-package auto-discovery, no config change needed. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 6207c65..34b4c8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pelican Markdown +pelican-i18n-subsites