Roberto,
Made a little bit of progress.
Added this to my conf.py:
import pkg_resources
pkg_resources.require("rst2pdf") # get latest version
import rst2pdf
I am still getting "Builder name pdf not registered" but it does not
seem to matter as I also get tons of:
[ERROR] createpdf.py:1344 Missing image file:
C:\Dev\twcb-doc\_screenimages\initial.png [near line UNKNOWN in file
UNKNOWN]
[ERROR] createpdf.py:1344 Missing image file:
C:\Dev\twcb-doc\_images\tagPrintSampleLabel.png [near line UNKNOWN in
file UNKNOWN]
Most of my image directives look like this:
.. figure:: _screenimages/dialogProgramError.png
:scale: 75
:align: center
:target: _images/dialogProgramError.png
|imagecaption|
Peaking at createpdf.py I wonder if this is just not yet supported?
Best regards
Werner
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---