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 a9ba804 commit 511d341Copy full SHA for 511d341
docs/tutorial.rst
@@ -811,7 +811,7 @@ storing an array or group. Here is an example using a Berkeley DB B-tree
811
database for storage (requires `bsddb3
812
<https://www.jcea.es/programacion/pybsddb.htm>`_ to be installed):
813
814
-.. doctest-requires::
+.. doctest-requires:: bsddb3
815
816
>>> import bsddb3
817
>>> store = zarr.DBMStore('data/example.bdb', open=bsddb3.btopen)
0 commit comments