some work on sphinx build

This commit is contained in:
coolprop
2014-09-11 12:23:52 -07:00
parent 67b8b5cee3
commit 8dc928a28d

View File

@@ -90,7 +90,7 @@ def sphinx_slave(platform, git_mode = 'incremental'):
# Run sphinx build
factory.addStep(ShellCommand(command=["python", "-c", "\"import CoolProp; print(CoolProp.__file___)\""], workdir= 'build/wrappers/Python', haltOnFailure = True))
# Run doxygen build
factory.addStep(ShellCommand(command=["doxygen","&&","mv","CoolPropDoxyLink.tag","Web/_static/doxygen"], workdir= 'build', haltOnFailure = True))
factory.addStep(ShellCommand(command=' '.join(["doxygen","Doxyfile","&&","mv","CoolPropDoxyLink.tag","Web/_static/doxygen"]), workdir= 'build', haltOnFailure = True))
# Run sphinx apidoc
#factory.addStep(ShellCommand(command=["sphinx-apidoc","-T","-f","-o","apidoc","../CoolProp"],workdir= 'build/Web', haltOnFailure = True))
# Run sphinx build