We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a1c61 commit 8e7b4deCopy full SHA for 8e7b4de
sphinx/builders/__init__.py
@@ -24,10 +24,10 @@
24
from sphinx.locale import __
25
from sphinx.util import (
26
get_filetype,
27
- import_object,
28
logging,
29
rst,
30
)
+from sphinx.util._importer import import_object
31
from sphinx.util._pathlib import _StrPathProperty
32
from sphinx.util.build_phase import BuildPhase
33
from sphinx.util.display import progress_message, status_iterator
sphinx/search/ja.py
@@ -35,7 +35,7 @@
35
36
from sphinx.errors import ExtensionError, SphinxError
37
from sphinx.search import SearchLanguage
38
-from sphinx.util import import_object
39
40
41
class BaseSplitter:
0 commit comments