Skip to content
Snippets Groups Projects
Commit 63d7a617 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Documentation generator added to localbob.cfg

parent 5b6bd112
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment