mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-03 05:34:01 +00:00
infra: makefile api_docs_clean
fix (#19405)
Fixed a Makefile command that cleans up the api_docs
This commit is contained in:
parent
1b813fe6fe
commit
06190063e7
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ api_docs_build:
|
|||||||
cd docs/api_reference && poetry run make html
|
cd docs/api_reference && poetry run make html
|
||||||
|
|
||||||
api_docs_clean:
|
api_docs_clean:
|
||||||
rm -f docs/api_reference/api_reference.rst
|
find ./docs/api_reference -name '*_api_reference.rst' -delete
|
||||||
cd docs/api_reference && poetry run make clean
|
cd docs/api_reference && poetry run make clean
|
||||||
|
|
||||||
api_docs_linkcheck:
|
api_docs_linkcheck:
|
||||||
|
Loading…
Reference in New Issue
Block a user