Re: rst2pdf version 0.12.1 released

Rajesh Jai <[email protected]>
Newsgroups gmane.comp.python.sphinx.user,gmane.comp.python.sphinx.devel,gmane.text.docutils.user
Message-ID <[email protected]>

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 sphinx-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
To post to this group, send email to sphinx-users-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/groups/opt_out.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.