1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-05-02 21:58:46 +00:00

infra: makefile api_docs_clean fix ()

Fixed a Makefile command that cleans up the api_docs
This commit is contained in:
Leonid Ganeline 2024-03-22 15:45:55 -07:00 committed by GitHub
parent 1b813fe6fe
commit 06190063e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ api_docs_build:
cd docs/api_reference && poetry run make html
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
api_docs_linkcheck: