[Zope-dev] [Feature Request] add 'extensions' option to z3c.recipe.sphinxdoc

markus korn thekorn at gmx.de
Tue Apr 28 09:14:53 EDT 2009


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


More information about the Zope-Dev mailing list