build(docs): don't try to document dependencies
This commit is contained in:
parent
c3d4bad161
commit
9b07df440b
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue