Skip to content

Commit

Permalink
Pause Rust docs breaking on nightly lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Mar 2, 2024
1 parent 35de68b commit d635e2a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ 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
# Pause rust docs while nightly lint is breaking pyo3
# - 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 d635e2a

Please sign in to comment.