Skip to content

Commit

Permalink
Merge pull request tock#4121 from lschuermann/dev/rustdoc-host-target
Browse files Browse the repository at this point in the history
Fix ci-job-rustdoc by building docs for host target
  • Loading branch information
bradjc authored Jul 30, 2024
2 parents 6c9993f + d5930af commit 1c43da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build-all-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ else
fi
rm -f _COW _COW2

# Make the documentation for all the boards.
make alldoc
# Make the documentation for all the boards, for the host's native target.
cargo doc

# Replace the default rust logo with our own Tock logo and the favicon with our
# own favicon. Note, it is also possible to set this using a `#[doc]` attribute
Expand Down

0 comments on commit 1c43da9

Please sign in to comment.