Skip to content

Commit 3399adc

Browse files
committed
update mkdocs config for mkdocstrings-python 2.0.0
1 parent 8bf1064 commit 3399adc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mkdocs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,7 @@ plugins:
112112
- mkdocstrings:
113113
handlers:
114114
python:
115-
import:
116-
- https://docs.python.org/3/objects.inv
117-
- https://psygnal.readthedocs.io/en/latest/objects.inv
118-
- https://pint.readthedocs.io/en/stable/objects.inv
119-
- https://napari.org/stable/objects.inv
115+
paths: [.]
120116
options:
121117
docstring_style: numpy # required
122118
heading_level: 2

0 commit comments

Comments
 (0)