Skip to content

Commit 71e23e2

Browse files
committed
Update mkdocs inventories
1 parent d66946d commit 71e23e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mkdocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
site_name: numcodecs-wasm
22

3-
# FIXME: numcodecs_wasm.WasmCodecMeta wasm parameter must also be in signature
4-
strict: false
3+
strict: true
54

65
markdown_extensions:
76
- footnotes
@@ -69,6 +68,7 @@ plugins:
6968
classes: true
7069
functions: true
7170
modules: true
72-
import:
73-
- https://docs.python.org/3.10/objects.inv
74-
- https://numcodecs.readthedocs.io/en/v0.13.1/objects.inv
71+
inventories:
72+
- https://docs.python.org/3.12/objects.inv
73+
- https://numcodecs.readthedocs.io/en/v0.15.0/objects.inv
74+
- https://numcodecs-observers.readthedocs.io/en/v0.1.1/objects.inv

0 commit comments

Comments
 (0)