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/devhelp.py | |
parent | 1142a7f43ff16623503aabd160700239ba51ecbf (diff) | |
parent | d57b395502ce4a63c8896996225ea4cb4ae55783 (diff) | |
download | sphinx-git-e3c3e4f0cb28feec1ecf1197c1df7b120039576c.tar.gz |
Merge branch 'stable'
Diffstat (limited to 'sphinx/builders/devhelp.py')
-rw-r--r-- | sphinx/builders/devhelp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builders/devhelp.py b/sphinx/builders/devhelp.py index eb3e997d8..5382a828a 100644 --- a/sphinx/builders/devhelp.py +++ b/sphinx/builders/devhelp.py @@ -59,6 +59,7 @@ class DevhelpBuilder(StandaloneHTMLBuilder): def init(self): StandaloneHTMLBuilder.init(self) self.out_suffix = '.html' + self.link_suffix = '.html' def handle_finish(self): self.build_devhelp(self.outdir, self.config.devhelp_basename) |