@@ -1190,7 +1190,7 @@ Returns:
11901190
11911191- `Markup` – An HTML string.
11921192
1193- Source code in `.venv/lib/python3.14 /site-packages/mkdocstrings/_internal/handlers/base.py`
1193+ Source code in `.venv/lib/python3.13 /site-packages/mkdocstrings/_internal/handlers/base.py`
11941194
11951195```python
11961196def do_convert_markdown(
@@ -1289,7 +1289,7 @@ Returns:
12891289
12901290- `Markup` – An HTML string.
12911291
1292- Source code in `.venv/lib/python3.14 /site-packages/mkdocstrings/_internal/handlers/base.py`
1292+ Source code in `.venv/lib/python3.13 /site-packages/mkdocstrings/_internal/handlers/base.py`
12931293
12941294```python
12951295def do_heading(
@@ -1433,7 +1433,7 @@ Returns:
14331433
14341434- `list[Path]` – The extensions templates directories.
14351435
1436- Source code in `.venv/lib/python3.14 /site-packages/mkdocstrings/_internal/handlers/base.py`
1436+ Source code in `.venv/lib/python3.13 /site-packages/mkdocstrings/_internal/handlers/base.py`
14371437
14381438```python
14391439def get_extended_templates_dirs(self, handler: str) -> list[Path]:
@@ -1461,7 +1461,7 @@ Returns:
14611461
14621462- `Sequence[Element]` – A list of HTML elements.
14631463
1464- Source code in `.venv/lib/python3.14 /site-packages/mkdocstrings/_internal/handlers/base.py`
1464+ Source code in `.venv/lib/python3.13 /site-packages/mkdocstrings/_internal/handlers/base.py`
14651465
14661466```python
14671467def get_headings(self) -> Sequence[Element]:
@@ -1554,7 +1554,7 @@ Returns:
15541554
15551555- `Path` – The templates directory path.
15561556
1557- Source code in `.venv/lib/python3.14 /site-packages/mkdocstrings/_internal/handlers/base.py`
1557+ Source code in `.venv/lib/python3.13 /site-packages/mkdocstrings/_internal/handlers/base.py`
15581558
15591559```python
15601560def get_templates_dir(self, handler: str | None = None) -> Path:
@@ -1822,7 +1822,7 @@ Teardown the handler.
18221822
18231823This method should be implemented to, for example, terminate a subprocess that was started when creating the handler instance.
18241824
1825- Source code in `.venv/lib/python3.14 /site-packages/mkdocstrings/_internal/handlers/base.py`
1825+ Source code in `.venv/lib/python3.13 /site-packages/mkdocstrings/_internal/handlers/base.py`
18261826
18271827```python
18281828def teardown(self) -> None:
0 commit comments