summaryrefslogtreecommitdiff
path: root/sphinx/writers/websupport.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-04 01:47:43 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-14 19:44:12 +0900
commit9c52b4ed6c7dafd7e2d2e156763a06e428091b0c (patch)
treeb07e062e1b8fbf64ed9545132cfd8a2f2b0becca /sphinx/writers/websupport.py
parent0081482eb7b65cb286afd6ed1c466990545226be (diff)
downloadsphinx-git-9c52b4ed6c7dafd7e2d2e156763a06e428091b0c.tar.gz
Drop dependency: sphinxcontrib-websupport
Diffstat (limited to 'sphinx/writers/websupport.py')
-rw-r--r--sphinx/writers/websupport.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/sphinx/writers/websupport.py b/sphinx/writers/websupport.py
deleted file mode 100644
index 121ad3596..000000000
--- a/sphinx/writers/websupport.py
+++ /dev/null
@@ -1,11 +0,0 @@
-"""
- sphinx.writers.websupport
- ~~~~~~~~~~~~~~~~~~~~~~~~~
-
- sphinx.websupport writer that adds comment-related annotations.
-
- :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
- :license: BSD, see LICENSE for details.
-"""
-
-from sphinxcontrib.websupport.writer import WebSupportTranslator # NOQA