summaryrefslogtreecommitdiff
path: root/sphinx/builders/devhelp.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-07-02 16:39:13 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-07-02 16:39:13 +0900
commite3c3e4f0cb28feec1ecf1197c1df7b120039576c (patch)
tree3a8012579966fbdec969aa0bab00a3963ebddb2b /sphinx/builders/devhelp.py
parent1142a7f43ff16623503aabd160700239ba51ecbf (diff)
parentd57b395502ce4a63c8896996225ea4cb4ae55783 (diff)
downloadsphinx-git-e3c3e4f0cb28feec1ecf1197c1df7b120039576c.tar.gz
Merge branch 'stable'
Diffstat (limited to 'sphinx/builders/devhelp.py')
-rw-r--r--sphinx/builders/devhelp.py1
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)