hi, when i try matplotlib's fancy "embedded plot" extension: .. plot:: examples/GetDosFromMotion.py :include-source:
i get the following error: Running Sphinx v0.6.3 loading pickled environment... not found building [html]: targets for 5 source files that are out of date updating environment: 5 added, 0 changed, 0 removed ......g sources... [100%] tutorial /home/jbk/workspace/kernelGenerator/docs/sphinx/tutorial.rst:153: (ERROR/3) Unknown directive type "htmlonly". .. htmlonly:: [`source code <plot_directive/examples/GetDosFromMotion.py>`__, `hires.png <plot_directive/examples/GetDosFromMotion.hires.png>`__, `pdf <plot_directive/examples/GetDosFromMotion.pdf>`__] .. image:: /build/plot_directive/examples/GetDosFromMotion.png /home/jbk/workspace/kernelGenerator/docs/sphinx/tutorial.rst:160: (ERROR/3) Unknown directive type "latexonly". .. latexonly:: .. image:: /build/plot_directive/examples/GetDosFromMotion.pdf anyone know what this is? I can compile *their* example just fine, so I know it's not my matplotlib extension...and I have practically the same conf.py as them.... brandon -- 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.
