Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-02 20:45:46 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-02 20:45:55 +0300
commit946f53590ceac8efdafecf4ceb453ab9badfd200 (patch)
tree3296d47ad5e5659e39aa85a3dd1197e62296b02a /sphinx/util
parenta9c7dd70374b60d9eee640f8c78694c0b568b589 (diff)
refactor: Do not import sphinx.util.smartypants because of deprecated
Diffstat (limited to 'sphinx/util')
-rw-r--r--sphinx/util/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/util/__init__.py b/sphinx/util/__init__.py
index abf4fe7b2..3f1f2a95d 100644
--- a/sphinx/util/__init__.py
+++ b/sphinx/util/__init__.py
@@ -29,7 +29,6 @@ from urllib.parse import parse_qsl, quote_plus, urlencode, urlsplit, urlunsplit
from sphinx.deprecation import RemovedInSphinx50Warning
from sphinx.errors import ExtensionError, FiletypeNotFoundError, SphinxParallelError
from sphinx.locale import __
-from sphinx.util import smartypants # noqa
from sphinx.util import logging
from sphinx.util.console import bold, colorize, strip_colors, term_width_line # type: ignore
from sphinx.util.matching import patfilter # noqa