diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-11-22 22:14:32 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-11-22 22:14:32 +0900 |
commit | 4761e70c37ea1e288e8fac4c6db608e65db08100 (patch) | |
tree | b8c0425956f5a6024df4ec738f6fd0e9b354079a /doc/conf.py | |
parent | 8412bdf9d69e10b1afb368a89676fe85da7cb7a3 (diff) | |
parent | 171020dca7f2326cf96c1bc06187f66a8034bcbc (diff) | |
download | sphinx-git-4761e70c37ea1e288e8fac4c6db608e65db08100.tar.gz |
Merge branch '1.8'
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 8d0762b45..2b0ebfb82 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -44,6 +44,7 @@ epub_post_files = [('usage/installation.xhtml', 'Installing Sphinx'), epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js', '_static/jquery.js', '_static/searchtools.js', '_static/underscore.js', '_static/basic.css', + '_static/language_data.js', 'search.html', '_static/websupport.js'] epub_fix_images = False epub_max_image_width = 0 |