Add build of renderdoc python modules for documentation generation

This commit is contained in:
baldurk
2017-04-19 18:07:55 +01:00
parent 6596a3caec
commit 94e64a0aec
3 changed files with 101 additions and 0 deletions
+4
View File
@@ -24,6 +24,7 @@ import datetime
import struct
# path to module libraries for windows
if struct.calcsize("P") == 8:
modulepath = '../x64/Development'
else:
@@ -31,6 +32,9 @@ else:
sys.path.insert(0, os.path.abspath(modulepath))
# path to module libraries for linux
sys.path.insert(0, os.path.abspath('../build/bin'))
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.