Hi,
I have a problem with automodule. If I make clean; make html I get
exactly what I want. If I change something and rerun make html, I
get::
/home/misc/src/hg/py/sqlkit-pub/doc/sqlkit/printing.rst:20: (WARNING/
2) autodoc can't import/find module 'sqlkit.misc.printing', it
reported error: "cannot import name printing", please check your
spelling and sys.path
The code that raises the problem (printing.rst, line 20) is::
.. automodule:: sqlkit.misc.printing
and docstring of the module has::
(intoductory text)
.. autoclass:: PrintTool
:members: __init__, add_menu_entry, prepare_context, template_dir,
server, port, output_dir,
remote_output_dir, pdf_viewer, odt_viewer
.. autoclass:: ObjProxy
:members:
The problem goes away if I get rid of these 2 autoclass directives.
Am I doing something wrong? (Sphinx updated today but the probelm was
there also in older releases.
Thanks for any possible hint
sandro
*:-)
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en.