We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d374a1c commit 5b1dc82Copy full SHA for 5b1dc82
sphinx/util/logging.py
@@ -6,14 +6,14 @@
6
import logging.handlers
7
from collections import defaultdict
8
from contextlib import contextmanager, nullcontext
9
+from os.path import abspath
10
from typing import IO, TYPE_CHECKING, Any
11
12
from docutils import nodes
13
from docutils.utils import get_source_line
14
15
from sphinx.errors import SphinxWarning
16
from sphinx.util.console import colorize
-from sphinx.util.osutil import abspath
17
18
if TYPE_CHECKING:
19
from collections.abc import Iterator, Sequence, Set
0 commit comments