diff --git a/localbob.cfg b/localbob.cfg index eeb03197f18ebcd452485973b8eb953f6548ff75..8902d990704169548f3065c8d6759fef2b7f798a 100644 --- a/localbob.cfg +++ b/localbob.cfg @@ -5,7 +5,7 @@ ; Example buildout recipe using a local (off-root) Bob installation [buildout] -parts = bob python tests +parts = bob python tests sphinx develop = . eggs = bob bob.db.replay @@ -25,3 +25,8 @@ eggs = ${buildout:eggs} recipe = pbp.recipe.noserunner eggs = bob.db.replay script = tests.py + +[sphinx] +recipe = collective.recipe.sphinxbuilder +source = ${buildout:directory}/docs +build = ${buildout:directory}/built-docs