Skip to content

Commit

Permalink
fix master + docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Oct 22, 2021
1 parent f000bd9 commit 573477f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
make html
- name: deploy docs
run: |
RUSTFLAGS="--cfg docsrs" cargo doc --all-features --package polars && \
RUSTFLAGS="--cfg docsrs" cargo doc --package polars && \
echo '<meta http-equiv=refresh content=0;url=polars/index.html>' > target/doc/index.html && \
mkdir target/doc/py-polars
cp -r py-polars/docs/build/html target/doc/py-polars
Expand Down
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ members = [
"polars/polars-lazy",
]

[patch.crates-io]
arrow-format = { git = 'https://github.com/ritchie46/arrow-format', branch="cfg_doc"}

#[patch.crates-io]
#packed_simd_2 = { git = 'https://github.com/rust-lang/packed_simd', rev = "e57c7ba11386147e6d2cbad7c88f376aab4bdc86" }

0 comments on commit 573477f

Please sign in to comment.