From b8b4ea9a46f1d6dbdffa0f9e128c99254c78a46a Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 8 Dec 2013 23:16:50 +0100 Subject: [PATCH] [DEV] remove doc/doc/ path --- lutin_esvg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lutin_esvg.py b/lutin_esvg.py index 08da138..2f4d3fe 100644 --- a/lutin_esvg.py +++ b/lutin_esvg.py @@ -6,7 +6,7 @@ def Create(target): myModule = lutinModule.module(__file__, 'esvg', 'LIBRARY') # enable doculentation : myModule.doc_enable() - myModule.documentation.set_website("http://HeeroYui.github.io/esvg/doc/doc/") + myModule.documentation.set_website("http://HeeroYui.github.io/esvg/") myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/esvg/") myModule.documentation.set_external_link(['etk', 'agg', 'exml'])