28 Apr
2009
28 Apr
'09
1:14 p.m.
Hi, I'm using z3c.recipe.sphinxdoc to generate documentation for a project. Sphinx has some very useful extensions like 'sphinx.ext.autodoc' and 'sphinx.ext.doctest' and I would like to use both extensions in my 'docs' part. Especially the autodoc function is useful when creating API docs. I would be cool if 'z3c.recipe.sphinxdoc' could take an additional option to include extensions, like: [docs] recipe = z3c.recipe.sphinxdoc eggs = someeeg extensions = sphinx.ext.autodoc sphinx.ext.doctest Thanks, Markus