mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
some work on sphinx build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user