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
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to