File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed
src/mkdocstrings_handlers/python_xref Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11# mkdocstring-python-xref changes
22
3+ ## 1.16.1
4+
5+ * Fix sdist distributions (should enable conda-forge to build)
6+
37## 1.16.0
48
59* Compatibility with mkdocstrings-python 1.16.*
Original file line number Diff line number Diff line change @@ -44,16 +44,9 @@ include = [
4444 " src/mkdocstrings_handlers/python_xref/py.typed" ,
4545]
4646
47- [tool .hatch .build .targets .sdist ]
48- packages = [
49- " src/mkdocstrings_handlers" ,
50- # "src/mkdocstrings_handlers/python_xref",
51- ]
52-
5347[tool .hatch .build .targets .wheel ]
5448packages = [
5549 " src/mkdocstrings_handlers" ,
56- # "src/mkdocstrings_handlers/python_xref",
5750]
5851
5952[tool .mypy ]
Original file line number Diff line number Diff line change 1- 1.16
2-
1+ 1.16.1
Original file line number Diff line number Diff line change 2424import pytest
2525
2626from griffe import Docstring , Object , Module
27- from mkdocstrings . handlers . base import CollectionError
28- from mkdocstrings_handlers .python . config import PythonConfig
29- from mkdocstrings_handlers .python . handler import PythonHandler
27+ from mkdocstrings import CollectionError
28+ from mkdocstrings_handlers .python import PythonConfig
29+ from mkdocstrings_handlers .python import PythonHandler
3030from mkdocstrings_handlers .python_xref .handler import (
3131 PythonRelXRefHandler ,
3232 PythonRelXRefOptions
You can’t perform that action at this time.
0 commit comments