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.
This commit is contained in:
2026-08-13 17:01:39 +00:00
parent 61e7a9a64c
commit a9e2f9977b
+1
View File
@@ -1,2 +1,3 @@
pelican pelican
Markdown Markdown
pelican-i18n-subsites