build(docs): don't try to document dependencies

This commit is contained in:
Anand Balakrishnan 2023-05-04 11:38:59 -07:00
parent c3d4bad161
commit 9b07df440b
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ fmt:
cd pyargus && black .
doc:
cargo doc
cargo doc --no-deps
fd -e md . doc/ -x rustdoc {}
fd -e html . doc/ -x mv {} target/doc/argus/