We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3402e72 commit 8a89d04Copy full SHA for 8a89d04
.github/workflows/ci.yml
@@ -173,24 +173,6 @@ jobs:
173
# Once cargo's `resolver = "2"` is stable (~ MSRV Rust 1.52), remove this.
174
PYO3_CI: 1
175
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
194
coverage:
195
needs: [fmt]
196
runs-on: ubuntu-latest
0 commit comments