mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Add build of renderdoc python modules for documentation generation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user