[DEV] remove doc/doc/ path
This commit is contained in:
parent
049b8480e9
commit
2e947aea90
@ -7,7 +7,7 @@ def Create(target):
|
|||||||
myModule = lutinModule.module(__file__, 'egami', 'LIBRARY')
|
myModule = lutinModule.module(__file__, 'egami', 'LIBRARY')
|
||||||
# enable doculentation :
|
# enable doculentation :
|
||||||
myModule.doc_enable()
|
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_path(lutinTools.GetCurrentPath(__file__) + "/egami/")
|
||||||
myModule.documentation.set_external_link(['etk', 'png', 'esvg'])
|
myModule.documentation.set_external_link(['etk', 'png', 'esvg'])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user