mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Make doxygen spit out its version prior to building
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -257,7 +257,7 @@ def websiteFactory(platform, gitMode='incremental', fullBuild=False):
|
||||
# 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=' '.join(["doxygen","Doxyfile"]), workdir= 'build', haltOnFailure = True))
|
||||
factory.addStep(ShellCommand(command=' '.join(["doxygen", "-version", "&&", "doxygen", "Doxyfile"]), 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 website builder
|
||||
|
||||
Reference in New Issue
Block a user