File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ jobs:
76
76
- name : Build Python docs
77
77
run : make docs-python
78
78
79
- # - name: Build Rust docs
80
- # run: |
81
- # make docs-rust
82
- # cp -r nautilus_core/target/doc docs/build/html/core
79
+ - name : Build Rust docs
80
+ run : |
81
+ make docs-rust
82
+ cp -r nautilus_core/target/doc docs/build/html/core
83
83
84
84
- name : Add nojeckyll
85
85
run : touch docs/build/html/.nojekyll
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ docs-python: install-just-deps-all
70
70
71
71
.PHONY : docs-rust
72
72
docs-rust :
73
- (cd nautilus_core && RUSTDOCFLAGS=" --enable-index-page -Zunstable-options --deny warnings" cargo +nightly doc --no-deps)
73
+ (cd nautilus_core && RUSTDOCFLAGS=" --enable-index-page -Zunstable-options --allow warnings" cargo +nightly doc --no-deps)
74
74
75
75
.PHONY : clippy
76
76
clippy :
You can’t perform that action at this time.
0 commit comments