Roberto,
Roberto Alsina wrote:
> On Thursday 15 October 2009 11:43:23 werner wrote:
>
>> 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"
>>
>
> You should not need to do anything like it. What happens if you do what the
> manual says and add 'rst2pdf.pdfbuilder' to your extensions?
>
> For example:
>
> extensions = ['sphinx.ext.autodoc','rst2pdf.pdfbuilder']
>
I have this in my conf.py and get the error.
>
>> [ERROR] createpdf.py:1344 Missing image file:
>> C:\Dev\twcb-doc\_screenimages\initial.png [near line UNKNOWN in file
>> UNKNOWN]
>>
>
> Well, does C:\Dev\twcb-doc\_screenimages\initial.png exist or not? If it
> doesn't exist, that's the problem. If it does... well, then it's a bug in
> rst2pdf and I would love a self-contained example of it.
>
The project builds without error when I use html or htmlhelp builder.
Will setup a new project from scratch and see if I can recreate it in
there. If I can recreate I post the project zip'd here?
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
-~----------~----~----~----~------~----~------~--~---