summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorRoland Meister <devnull@localhost>2011-02-27 22:02:30 +0100
committerRoland Meister <devnull@localhost>2011-02-27 22:02:30 +0100
commit53a881ffc232399655a5086eddca84885f8e3d62 (patch)
tree179eb6eae95607da9295d54d1ffc8c62de868cb1 /doc/conf.py
parent819629aace7f57694f6d399c5e7b50a9c69021b7 (diff)
downloadsphinx-53a881ffc232399655a5086eddca84885f8e3d62.tar.gz
Added epub_fix_images configuration option
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 299f321a..81c645c1 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -38,6 +38,7 @@ 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
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
'Georg Brandl', 'manual', 1)]