[DEV] remove doc/doc/ path

This commit is contained in:
Edouard DUPIN 2013-12-08 23:15:42 +01:00
parent 049b8480e9
commit 2e947aea90

View File

@ -7,7 +7,7 @@ def Create(target):
myModule = lutinModule.module(__file__, 'egami', 'LIBRARY')
# enable doculentation :
myModule.doc_enable()
myModule.documentation.set_website("http://HeeroYui.github.io/egami/doc/doc/")
myModule.documentation.set_website("http://HeeroYui.github.io/egami/")
myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/egami/")
myModule.documentation.set_external_link(['etk', 'png', 'esvg'])