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 1c2defd commit 44346bbCopy full SHA for 44346bb
sphinx/__init__.py
@@ -11,7 +11,7 @@
11
try:
12
from sphinx.util._pathlib import _StrPath
13
except ImportError:
14
- from pathlib import Path as _StrPath
+ from pathlib import Path as _StrPath # type: ignore[assignment]
15
16
TYPE_CHECKING = False
17
if TYPE_CHECKING:
0 commit comments