diff --git a/docs/developers/docs.rst b/docs/developers/docs.rst new file mode 100644 index 0000000000..4d0fda0021 --- /dev/null +++ b/docs/developers/docs.rst @@ -0,0 +1,8 @@ +Contribute to documentation +======= + +Zarr uses `hatch `_ to manage the development, +install hatch based on the instructions and then run the following command: + +- ``hatch run docs:build`` to render the documentation locally to html. +- ``hatch run docs:serve`` to serve the documentation locally. \ No newline at end of file diff --git a/docs/developers/index.rst b/docs/developers/index.rst index 4bccb3a469..2c50237e41 100644 --- a/docs/developers/index.rst +++ b/docs/developers/index.rst @@ -7,3 +7,4 @@ Developer's Guide contributing roadmap + docs