Skip to content

Commit

Permalink
Pause Rust docs due nightly lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Apr 7, 2024
1 parent 2745e09 commit 1b984db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
- name: Build Python docs
run: make docs-python

- name: Build Rust docs
run: |
make docs-rust
cp -r nautilus_core/target/doc docs/build/html/core
# - name: Build Rust docs
# run: |
# make docs-rust
# cp -r nautilus_core/target/doc docs/build/html/core

- name: Add nojeckyll
run: touch docs/build/html/.nojekyll
Expand Down

0 comments on commit 1b984db

Please sign in to comment.