8000
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 15a7009 commit ea1ab49Copy full SHA for ea1ab49
pyproject.toml
@@ -30,8 +30,8 @@ classifiers = [
30
"Typing :: Typed",
31
]
32
dependencies = [
33
- "mkdocstrings>=0.28",
34
- "mkdocs-autorefs>=1.2",
+ "mkdocstrings>=0.28.2",
+ "mkdocs-autorefs>=1.4",
35
"griffe>=0.49",
36
"typing-extensions>=4.0; python_version < '3.11'",
37
src/mkdocstrings_handlers/python/rendering.py
@@ -28,7 +28,7 @@
28
)
29
from jinja2 import TemplateNotFound, pass_context, pass_environment
from markupsafe import Markup
-from mkdocs_autorefs.references import AutorefsHookInterface
+from mkdocs_autorefs import AutorefsHookInterface
from mkdocstrings.loggers import get_logger
if TYPE_CHECKING:
0 commit comments