def pdf(): """Generate the PDF book. """ set_templates(options.pdf.templates) if paverutils is None: raise RuntimeError('Could not find sphinxcontrib.paverutils, will not be able to build PDF output.') paverutils.pdf(options) return
def pdf(): """Generate the PDF book. """ options.order('pdf', 'sphinx', add_rest=True) os.environ['_PYGMENTS_STYLE'] = options.pygments_style os.environ['_BUILDING_BOOK'] = 'True' paverutils.pdf(options) return
def pdf(): """Generate the PDF book. """ options.order('pdf', 'sphinx', add_rest=True) paverutils.pdf(options) return