Skip to content

Commit 612f04e

Browse files
authored
Disable SPI docs for jni dependent targets (#369)
docc plugin can't handle targets which need additional libraries, so we're blocked on generating docs for them in SPI until swiftlang/swift-docc-plugin#112 is resolved
1 parent f8de146 commit 612f04e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.spi.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ version: 1
22
builder:
33
configs:
44
- documentation_targets: [
5-
SwiftJavaDocumentation,
6-
JavaKit,
7-
SwiftKitSwift
5+
SwiftJavaDocumentation
86
]
97
# Drop this version pinning once 6.2 is released and docs are built with 6.2 by default to prevent it staying on 6.2 forever.
108
swift_version: 6.2

0 commit comments

Comments
 (0)