Hi 

 In rst2pdf i got same error what you have, after some change Working for 
me.........!!! 

 I modified the conf.py(In Sphinx) to include the following:

sys.path.insert(0, os.path.abspath('.'))

extensions = ['sphinx.ext.autodoc','rst2pdf.pdfbuilder']

pdf_documents = [ ('index', u'MyProject', u'My Project', u'Author Name') ]

pdf_language = "en_US"

pdf_break_level = 1

pdf_use_toc = True

pdf_toc_depth = 9999

pdf_use_numbered_links = False

pdf_fit_background_mode = 'scale'

then run

sphinx-build -bpdf docs/ ~/Desktop/ 

 

note: docs - source path Desktop - destination path

This is the result:
http://dl.dropboxusercontent.com/u/607635/osgeo_live/test_osgeolive.pdf

>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to