Skip to content

Commit

Permalink
Make themepreview config extendable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Massmann committed Oct 11, 2017
1 parent 9b977da commit ecec0d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions themepreview.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ extends =
https://raw.githubusercontent.com/plone/plone.app.robotframework/master/versions.cfg

versions = versions
thempreview-packages = ${buildout:package-name}
thempreview-profiles = plone.app.theming:default,${buildout:package-name}:default

parts +=
rebuild_themepreview-sh
Expand All @@ -14,8 +16,8 @@ parts +=
recipe = collective.recipe.template
input = inline:
#!/bin/bash
export ROBOT_CONFIGURE_PACKAGES=${buildout:package-name}
export ROBOT_APPLY_PROFILES=plone.app.theming:default,${buildout:package-name}:default
export ROBOT_CONFIGURE_PACKAGES=${buildout:thempreview-packages}
export ROBOT_APPLY_PROFILES=${buildout:thempreview-profiles}
export SPHINX_PROJECT=${buildout:package-name}
export SPHINX_COPYRIGHT="Propertyshelf, Inc."
cd docs/themepreview
Expand Down

0 comments on commit ecec0d8

Please sign in to comment.