Skip to content

Commit 589937e

Browse files
committed
Replace mkdocs import with inventories; release version lock
1 parent d058e8c commit 589937e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ mkdocs
33
mkdocs-jupyter
44
mkdocs-gen-files
55
mkdocs-material
6-
mkdocstrings>=0.26,<1.0
7-
mkdocstrings-python>=1.10,<2.0
6+
mkdocstrings>=0.26
7+
mkdocstrings-python>=1.10

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ plugins:
6969
handlers:
7070
python:
7171
paths: [src]
72-
import:
72+
inventories:
7373
- https://docs.python.org/3/objects.inv
7474
- https://numpy.org/doc/stable/objects.inv
7575
- https://docs.scipy.org/doc/scipy/objects.inv

0 commit comments

Comments
 (0)