gminick / sphinx-rst2pdf-builder
fork of sphinx
Direct rst to pdf builder using rst2pdf tool.
Clone this repository (size: 7.7 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/gminick/sphinx-rst2pdf-builder/
| commit 1346: | bc89f8354ac2 |
| parent 1345: | 6e8795db158d |
| branch: | default |
Some new config options for pdf builder.
Still more are missing.
9 months ago
Changed (Δ117 bytes):
raw changeset »
sphinx/config.py (3 lines added, 0 lines removed)
Up to file-list sphinx/config.py:
| … | … | @@ -115,6 +115,9 @@ class Config(object): |
115 |
115 |
pdf_language = ('', None), |
116 |
116 |
pdf_fit_mode = ('', None), |
117 |
117 |
pdf_break_level = (0, None), |
118 |
pdf_inline_footnotes = (True, None), |
|
119 |
pdf_verbosity = (0,None), |
|
120 |
pdf_use_index = (True, None), |
|
118 |
121 |
) |
119 |
122 |
|
120 |
123 |
def __init__(self, dirname, filename, overrides, tags): |
