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 ca4caa7 commit 7017adbCopy full SHA for 7017adb
mkdocs.yml
@@ -25,6 +25,8 @@ nav:
25
- user-guide/extending.md
26
- user-guide/gpu.md
27
- user-guide/consolidated_metadata.md
28
+ - Examples:
29
+ - user-guide/examples/custom_dtype.md
30
- API Reference:
31
- api/index.md
32
- api/array.md
pyproject.toml
@@ -251,7 +251,7 @@ dependencies = [
251
features = ['docs', 'remote']
252
253
[tool.hatch.envs.docs.scripts]
254
-serve = "mkdocs serve"
+serve = "mkdocs serve --watch src"
255
build = "mkdocs build"
256
check = "mkdocs build --strict"
257
readthedocs = "rm -rf $READTHEDOCS_OUTPUT/html && cp -r site $READTHEDOCS_OUTPUT/html"
0 commit comments