diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-07-02 16:39:13 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-07-02 16:39:13 +0900 |
commit | e3c3e4f0cb28feec1ecf1197c1df7b120039576c (patch) | |
tree | 3a8012579966fbdec969aa0bab00a3963ebddb2b /sphinx/builders/applehelp.py | |
parent | 1142a7f43ff16623503aabd160700239ba51ecbf (diff) | |
parent | d57b395502ce4a63c8896996225ea4cb4ae55783 (diff) | |
download | sphinx-git-e3c3e4f0cb28feec1ecf1197c1df7b120039576c.tar.gz |
Merge branch 'stable'
Diffstat (limited to 'sphinx/builders/applehelp.py')
-rw-r--r-- | sphinx/builders/applehelp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builders/applehelp.py b/sphinx/builders/applehelp.py index d3ad861dc..8116623b0 100644 --- a/sphinx/builders/applehelp.py +++ b/sphinx/builders/applehelp.py @@ -84,6 +84,7 @@ class AppleHelpBuilder(StandaloneHTMLBuilder): super(AppleHelpBuilder, self).init() # the output files for HTML help must be .html only self.out_suffix = '.html' + self.link_suffix = '.html' if self.config.applehelp_bundle_id is None: raise SphinxError('You must set applehelp_bundle_id before ' |