Skip to content

Commit 315f56e

Browse files
Merge pull request #33 from analog-garage/bug-32-workaround
Bug 32 workaround - restrict to using mkdocstrings-python <1.16
2 parents e0bce3b + afffc67 commit 315f56e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# mkdocstring-python-xref changes
22

3+
## 1.14.1
4+
5+
* Restrict to mkdocstrings-python <1.16 (see bug #32)
6+
37
## 1.14.0
48

59
* Work with mkdocstrings-python 1.14 or later

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
# runtime
77
- python >=3.9,<3.14
8-
- mkdocstrings-python >=1.14,<2.0
8+
- mkdocstrings-python >=1.14,<1.16 # BUG: #32
99
- griffe >=1.0
1010
# build
1111
- python-build >=1.0.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords = [
2525
dynamic = ["version"]
2626
requires-python = ">=3.9"
2727
dependencies = [
28-
"mkdocstrings-python >=1.14,<2.0",
28+
"mkdocstrings-python >=1.14,<1.16", # BUG: #32
2929
"griffe >=1.0"
3030
]
3131

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0
1+
1.14.1

0 commit comments

Comments
 (0)