summaryrefslogtreecommitdiff
path: root/sphinx/builders/websupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/builders/websupport.py')
-rw-r--r--sphinx/builders/websupport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/websupport.py b/sphinx/builders/websupport.py
index e2caeccd1..40901eef9 100644
--- a/sphinx/builders/websupport.py
+++ b/sphinx/builders/websupport.py
@@ -25,7 +25,7 @@ class WebSupportBuilder(StandaloneHTMLBuilder):
def init_translator_class(self):
self.translator_class = WebSupportTranslator
-
+
def write_doc(self, docname, doctree):
# The translator needs the docname to generate ids.
self.cur_docname = docname