From 9c52b4ed6c7dafd7e2d2e156763a06e428091b0c Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 4 Jan 2019 01:47:43 +0900 Subject: Drop dependency: sphinxcontrib-websupport --- sphinx/util/websupport.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 sphinx/util/websupport.py (limited to 'sphinx/util/websupport.py') diff --git a/sphinx/util/websupport.py b/sphinx/util/websupport.py deleted file mode 100644 index dff9093d7..000000000 --- a/sphinx/util/websupport.py +++ /dev/null @@ -1,16 +0,0 @@ -""" - sphinx.util.websupport - ~~~~~~~~~~~~~~~~~~~~~~ - - :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - -try: - from sphinxcontrib.websupport.utils import is_commentable # NOQA -except ImportError: - from docutils import nodes # NOQA - - def is_commentable(node): - # type: (nodes.Node) -> bool - raise RuntimeError -- cgit v1.2.1