Usage: pdffonts [options]
-f
-l
-opw
-upw
-v : print copyright and version info
-h : print usage information
-help : print usage information
--help : print usage information
-? : print usage information
extensions = ['sphinx.ext.autodoc', 'rst2pdf.pdfbuilder']
また、conf.pyに下記を追加 pdf_stylesheets = ['sphinx','kerning','a4','ja']
pdf_documents = [ ('index', u'MyProject', u'My Project', u'Author Name'),
]('index', u'MyProject', u'My Project', u'Author Name'),はその他の設定を丸コピー
これで sphinx pdf で直接pdfが生成できる。
すばらしい。