diff options
Diffstat (limited to 'sphinx/util/websupport.py')
-rw-r--r-- | sphinx/util/websupport.py | 16 |
1 files changed, 0 insertions, 16 deletions
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 |