Skip to content

Commit b8e480a

Browse files
committed
fixup! feat: Add link_titles option and adapt related logic
1 parent 6c50a7b commit b8e480a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_plugin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
from __future__ import annotations
44

55
import functools
6+
from typing import Literal
67

78
import pytest
9+
from mkdocs.config.defaults import MkDocsConfig
10+
from mkdocs.theme import Theme
811

912
from mkdocs_autorefs.plugin import AutorefsConfig, AutorefsPlugin
1013
from mkdocs_autorefs.references import fix_refs

0 commit comments

Comments
 (0)