We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66946d commit 71e23e2Copy full SHA for 71e23e2
mkdocs.yml
@@ -1,7 +1,6 @@
1
site_name: numcodecs-wasm
2
3
-# FIXME: numcodecs_wasm.WasmCodecMeta wasm parameter must also be in signature
4
-strict: false
+strict: true
5
6
markdown_extensions:
7
- footnotes
@@ -69,6 +68,7 @@ plugins:
69
68
classes: true
70
functions: true
71
modules: true
72
- import:
73
- - https://docs.python.org/3.10/objects.inv
74
- - https://numcodecs.readthedocs.io/en/v0.13.1/objects.inv
+ inventories:
+ - https://docs.python.org/3.12/objects.inv
+ - https://numcodecs.readthedocs.io/en/v0.15.0/objects.inv
+ - https://numcodecs-observers.readthedocs.io/en/v0.1.1/objects.inv
0 commit comments