Use rustdoc-map to link to external crates in master docs
parent
f454d407af
commit
69225ad00b
|
@ -0,0 +1,2 @@
|
|||
[doc.extern-map.registries]
|
||||
crates-io = "https://docs.rs/"
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
RUSTDOCFLAGS: "--enable-index-page -Zunstable-options"
|
||||
with:
|
||||
command: doc
|
||||
args: --no-deps --workspace --features docs
|
||||
args: --no-deps --workspace --features docs -Zrustdoc-map
|
||||
|
||||
- name: Deploy docs
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||
|
|
Loading…
Reference in New Issue