infra: makefile api_docs_clean fix (#19405)

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 William Fu-Hinthorn
parent 7b50fe09ff
commit c69b46512a

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: