diff --git a/pelican/settings.py b/pelican/settings.py index 13896032..35e76346 100644 --- a/pelican/settings.py +++ b/pelican/settings.py @@ -257,6 +257,8 @@ def configure_settings(settings): for old,new,doc in [ ('LESS_GENERATOR', 'the Webassets plugin', None), + ('FILES_TO_COPY', 'STATIC_PATHS and EXTRA_PATH_METADATA', + 'https://github.com/getpelican/pelican/pull/795'), ]: if old in settings: message = 'The {} setting has been removed in favor of {}'