mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Activated the old doc builder again, the examples will never work in a docker image.
This commit is contained in:
@@ -333,8 +333,8 @@ def getBaseFactory():
|
||||
return factory
|
||||
|
||||
def docActivateCmd():
|
||||
return 'source activate CoolPropWeb &&'
|
||||
# return ''
|
||||
#return 'source activate CoolPropWeb &&'
|
||||
return ''
|
||||
|
||||
@properties.renderer
|
||||
def fullBuildCommand(props):
|
||||
@@ -978,22 +978,22 @@ c['builders'].append(
|
||||
factory = smath_builder() ) )
|
||||
|
||||
|
||||
#c['builders'].append(
|
||||
# BuilderConfig(
|
||||
# name="Sphinx docs",
|
||||
# slavenames=["OSX-slave"],
|
||||
# factory = websiteFactory(platform = 'osx')
|
||||
# )
|
||||
#)
|
||||
|
||||
c['builders'].append(
|
||||
BuilderConfig(
|
||||
name="Sphinx docs",
|
||||
slavenames=["LinuxWeb-IPU-slave"],
|
||||
factory = websiteFactory(platform = 'linux')
|
||||
slavenames=["OSX-slave"],
|
||||
factory = websiteFactory(platform = 'osx')
|
||||
)
|
||||
)
|
||||
|
||||
#c['builders'].append(
|
||||
# BuilderConfig(
|
||||
# name="Sphinx docs",
|
||||
# slavenames=["LinuxWeb-IPU-slave"],
|
||||
# factory = websiteFactory(platform = 'linux')
|
||||
# )
|
||||
#)
|
||||
|
||||
c['builders'].append(
|
||||
BuilderConfig(name="Javascript-linux",
|
||||
slavenames=["linux-slave"],
|
||||
|
||||
Reference in New Issue
Block a user