mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 03:21:03 +00:00
CI: Build docs on nightly for feature(doc_cfg)
The doc_cfg feature displays cfg requirements for a given symbol directly in the documentation.
This commit is contained in:
parent
3f373f623a
commit
2a169e0fdd
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ pages:
|
||||||
- |
|
- |
|
||||||
for crate in gstreamer*; do
|
for crate in gstreamer*; do
|
||||||
cd $crate
|
cd $crate
|
||||||
cargo doc --color=always --features --features=dox,embed-lgpl-docs
|
cargo +nightly doc --color=always --features --features=dox,embed-lgpl-docs
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
- mv target/doc public/
|
- mv target/doc public/
|
||||||
|
|
Loading…
Reference in a new issue