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 GitHub
parent 1b813fe6fe
commit 06190063e7

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: