1
0
Fork 0
forked from github/pelican

Do not make the output with absolute urls by default.

This commit is contained in:
Alexis Metaireau 2010-12-18 21:06:51 +00:00
commit c61a207699

View file

@ -38,9 +38,6 @@ def init_params(settings=None, path=None, theme=None, output_path=None,
else:
raise Exception("Impossible to find the theme %s" % theme)
if 'SITEURL' not in settings:
settings['SITEURL'] = output_path
# get the list of files to parse
if not path:
raise Exception('you need to specify a path to search the docs on !')