Skip to content

Commit 1b984db

Browse files
committed
Pause Rust docs due nightly lint
1 parent 2745e09 commit 1b984db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
- name: Build Python docs
7777
run: make docs-python
7878

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
8383

8484
- name: Add nojeckyll
8585
run: touch docs/build/html/.nojekyll

0 commit comments

Comments
 (0)