Skip to content

Commit 7017adb

Browse files
committed
update docs deployment
1 parent ca4caa7 commit 7017adb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ nav:
2525
- user-guide/extending.md
2626
- user-guide/gpu.md
2727
- user-guide/consolidated_metadata.md
28+
- Examples:
29+
- user-guide/examples/custom_dtype.md
2830
- API Reference:
2931
- api/index.md
3032
- api/array.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ dependencies = [
251251
features = ['docs', 'remote']
252252

253253
[tool.hatch.envs.docs.scripts]
254-
serve = "mkdocs serve"
254+
serve = "mkdocs serve --watch src"
255255
build = "mkdocs build"
256256
check = "mkdocs build --strict"
257257
readthedocs = "rm -rf $READTHEDOCS_OUTPUT/html && cp -r site $READTHEDOCS_OUTPUT/html"

0 commit comments

Comments
 (0)