File tree 4 files changed +8
-12
lines changed
src/mkdocstrings_handlers/python_xref
4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
# mkdocstring-python-xref changes
2
2
3
+ ## 1.16.1
4
+
5
+ * Fix sdist distributions (should enable conda-forge to build)
6
+
3
7
## 1.16.0
4
8
5
9
* Compatibility with mkdocstrings-python 1.16.*
Original file line number Diff line number Diff line change @@ -44,16 +44,9 @@ include = [
44
44
" src/mkdocstrings_handlers/python_xref/py.typed" ,
45
45
]
46
46
47
- [tool .hatch .build .targets .sdist ]
48
- packages = [
49
- " src/mkdocstrings_handlers" ,
50
- # "src/mkdocstrings_handlers/python_xref",
51
- ]
52
-
53
47
[tool .hatch .build .targets .wheel ]
54
48
packages = [
55
49
" src/mkdocstrings_handlers" ,
56
- # "src/mkdocstrings_handlers/python_xref",
57
50
]
58
51
59
52
[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 24
24
import pytest
25
25
26
26
from 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
30
30
from mkdocstrings_handlers .python_xref .handler import (
31
31
PythonRelXRefHandler ,
32
32
PythonRelXRefOptions
You can’t perform that action at this time.
0 commit comments