Skip to content

Commit 8a89d04

Browse files
committed
Remove docs job from CI workflow
1 parent 3402e72 commit 8a89d04

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -173,24 +173,6 @@ jobs:
173173
# Once cargo's `resolver = "2"` is stable (~ MSRV Rust 1.52), remove this.
174174
PYO3_CI: 1
175175

176-
177-
docs:
178-
name: docs
179-
needs: [fmt]
180-
runs-on: ubuntu-latest
181-
steps:
182-
- uses: actions/checkout@v2
183-
- uses: actions-rs/toolchain@v1
184-
with:
185-
toolchain: nightly
186-
profile: minimal
187-
override: true
188-
- name: "Build docs with docsrs flag"
189-
run: cargo doc --no-deps --no-default-features --features "macros num-bigint num-complex hashbrown serde multiple-pymethods"
190-
env:
191-
# docsrs gates doc_cfg and doc_alias functionality
192-
RUSTDOCFLAGS: --cfg docsrs
193-
194176
coverage:
195177
needs: [fmt]
196178
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)