summaryrefslogtreecommitdiff
path: root/sphinx/writers/websupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/writers/websupport.py')
-rw-r--r--sphinx/writers/websupport.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/writers/websupport.py b/sphinx/writers/websupport.py
index c3d989b7c..6beb4b987 100644
--- a/sphinx/writers/websupport.py
+++ b/sphinx/writers/websupport.py
@@ -41,6 +41,5 @@ class WebSupportTranslator(HTMLTranslator):
storage = self.builder.app.storage
db_node_id = storage.add_node(id=node.uid,
document=self.builder.cur_docname,
- line=node.line,
source=node.rawsource or node.astext())
return db_node_id