Skip to content

Commit

Permalink
Fix docs-watch Make target
Browse files Browse the repository at this point in the history
  • Loading branch information
doshitan committed Jan 30, 2025
1 parent 7d266fc commit 9815052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ docs: docs/index.md docs-reference
$(PY_RUN) mkdocs build

docs-watch: ## Start local server that will re-generate docs on file change
docs-watch: docs-reference
docs-watch: docs/index.md docs-reference
$(PY_RUN) mkdocs serve

docs/index.md: README.md
Expand Down

0 comments on commit 9815052

Please sign in to comment.