[docs] remove doc from readme

This commit is contained in:
Mathieu PATUREL
2017-02-05 09:27:32 +11:00
parent d2053be41e
commit bc328642e7
4 changed files with 39 additions and 88 deletions

View File

@ -47,7 +47,7 @@ def replace_img_src_base64(html, basepath):
elif img['src'].startswith(tuple(load_from_internet_starters)):
image = ImageManager.get(img['src']) or loading
else: # this is a local image
image = to_base64(os.path.join(basepath, src))
image = to_base64(os.path.join(basepath, img['src']))
img['src'] = image