mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Reenable API-docs
sphinx-apidoc was commented out, this hopefully closes #350 ...
This commit is contained in:
@@ -242,7 +242,7 @@ def websiteFactory(platform, gitMode='incremental', fullBuild=False):
|
||||
# Run doxygen build
|
||||
factory.addStep(ShellCommand(command=' '.join([docActivateCmd(), "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))
|
||||
factory.addStep(ShellCommand(command=' '.join([docActivateCmd(), "sphinx-apidoc","-T","-f","-o","apidoc","../CoolProp"]),workdir= 'build/Web', haltOnFailure = True))
|
||||
# Run sphinx website builder
|
||||
factory.addStep(ShellCommand(command=' '.join([docActivateCmd(), "make", "html"]), workdir= 'build/Web', haltOnFailure = True))
|
||||
# Upload the generated files
|
||||
|
||||
Reference in New Issue
Block a user