mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
docs: run codespell on all notebooks (#736)
* run codespell on all notebooks * fix codespell
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: build-docs serve-docs serve-clean-docs clean-docs
|
||||
.PHONY: build-docs serve-docs serve-clean-docs clean-docs codespell
|
||||
|
||||
build-docs:
|
||||
poetry run python docs/_scripts/copy_notebooks.py
|
||||
@@ -14,4 +14,7 @@ serve-docs:
|
||||
|
||||
clean-docs:
|
||||
find ./docs/docs -name "*.ipynb" -type f -delete
|
||||
rm -rf docs/site
|
||||
rm -rf docs/site
|
||||
|
||||
codespell:
|
||||
./docs/codespell_notebooks.sh .
|
||||
Reference in New Issue
Block a user