Skip to content

Commit

Permalink
Add robotframework dependencies
Browse files Browse the repository at this point in the history
This is a requirement to be able to build documentation with
automatic screenshots.
  • Loading branch information
gforcada committed Mar 3, 2014
1 parent 069fe65 commit 700f31a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
16 changes: 16 additions & 0 deletions develop.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,21 @@ versions = versions
parts +=
instance
test
robot

develop = .


[robot]
recipe = zc.recipe.egg
eggs =
${test:eggs}
robotframework-debuglibrary
plone.app.robotframework[reload]
scripts =
robot-server
robot

[instance]
recipe = plone.recipe.zope2instance
blob-storage = ${buildout:directory}/var/blobstorage
Expand All @@ -27,3 +40,6 @@ eggs =
recipe = zc.recipe.testrunner
eggs = plone.app.widgets[test,archetypes,dexterity]
defaults = ['--auto-color', '--auto-progress']

[versions]
plone.app.robotframework = 0.8.2
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = []
extensions = ["sphinxcontrib_robotdoc",
"sphinxcontrib_robotframework", ]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
12 changes: 7 additions & 5 deletions sphinx.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ scripts = zopepy

[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder
#eggs = sphinxcontrib-robotdoc
#outputs =
# html
# latex
# pdf
eggs =
Sphinx
plone.app.robotframework
sphinxcontrib-robotdoc
sphinxcontrib-robotframework[docs]
plone.app.widgets[test,dexterity]
scripts = sphinxbuilder

[sphinxupload]
recipe = collective.recipe.template
Expand Down

0 comments on commit 700f31a

Please sign in to comment.