[DEV] remove doc/doc/ path
This commit is contained in:
parent
f62fa76b04
commit
cf596edcd5
@ -6,7 +6,7 @@ def Create(target):
|
|||||||
myModule = lutinModule.module(__file__, 'exml', 'LIBRARY')
|
myModule = lutinModule.module(__file__, 'exml', 'LIBRARY')
|
||||||
# enable doculentation :
|
# enable doculentation :
|
||||||
myModule.doc_enable()
|
myModule.doc_enable()
|
||||||
myModule.documentation.set_website("http://HeeroYui.github.io/exml/doc/doc/")
|
myModule.documentation.set_website("http://HeeroYui.github.io/exml/")
|
||||||
myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/exml/")
|
myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/exml/")
|
||||||
myModule.documentation.set_external_link(['etk'])
|
myModule.documentation.set_external_link(['etk'])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user