Skip to content

Commit dd890c8

Browse files
authored
Remove the DocC plugin as a dependency
When DocC was introduced the DocC plugin was useful for building documentation locally. Nowadays both Xcode and VSCode have built-in support to generate this without the need for the plugin. This PR removes the direct dependency on the plugin.
1 parent 042e1c4 commit dd890c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ let package = Package(
7777
if Context.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
7878
package.dependencies += [
7979
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"),
80-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
8180
]
8281
} else {
8382
package.dependencies += [

0 commit comments

Comments
 (0)