Document path metadata extraction

This commit is contained in:
W. Trevor King 2013-01-18 19:00:45 -05:00
commit ce0a9b697e
3 changed files with 52 additions and 1 deletions

View file

@ -258,7 +258,7 @@ 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'),
'https://github.com/getpelican/pelican/blob/master/docs/settings.rst#path-metadata'),
]:
if old in settings:
message = 'The {} setting has been removed in favor of {}'