summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorRoland Meister <devnull@localhost>2011-02-28 23:15:35 +0100
committerRoland Meister <devnull@localhost>2011-02-28 23:15:35 +0100
commitba2d18177f928d73e4e229b34020e41ebc0bb03f (patch)
tree59d364f7b37c65c804350f8e88c3ce14c4182670 /doc/conf.py
parenta49ab4d78a87a9f65ae356dae074dd7db7037b0b (diff)
parentee523b11a46024bac20718c97effe5b4b5eb21d1 (diff)
downloadsphinx-ba2d18177f928d73e4e229b34020e41ebc0bb03f.tar.gz
Merge with birkenfeld/sphinx.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index a1d0e8ce..19b95294 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -37,6 +37,8 @@ epub_pre_files = [('index.html', 'Welcome')]
epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js',
'_static/jquery.js', '_static/searchtools.js', '_static/underscore.js',
'_static/basic.css', 'search.html']
+epub_fix_images = False
+epub_max_image_width = 0
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
'Georg Brandl', 'manual', 1)]