PDF generation config updated

This commit is contained in:
Nick 2012-10-11 15:00:15 +04:00
parent bde8530321
commit 681970710a
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ source_encoding = 'utf-8-sig'
#source_encoding = 'shift_jis'
# The language for content autogenerated by Sphinx.
language = 'en'
#language = 'en'
#language = 'ja'
# The theme to use for HTML and HTML Help pages.
@ -34,7 +34,7 @@ extensions += ['rst2pdf.pdfbuilder']
pdf_documents = [
(master_doc, project, project, copyright),
]
pdf_stylesheets = ['kerning']
pdf_stylesheets = ['b4', 'kerning']
#pdf_language = "en"
# Mode for literal blocks wider than the frame. Can be
# overflow, shrink or truncate