forked from github/pelican
Do not make the output with absolute urls by default.
This commit is contained in:
parent
ccf53ceb04
commit
c61a207699
1 changed files with 0 additions and 3 deletions
|
|
@ -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 !')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue