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 d63ab02 commit e88cd6eCopy full SHA for e88cd6e
Makefile
@@ -10,11 +10,11 @@
10
.IGNORE: preview
11
.PHONY: preview
12
preview:
13
- swift package --disable-sandbox preview-documentation --experimental-enable-custom-templates
+ swift package --disable-sandbox preview-documentation
14
15
.PHONY: archive
16
archive: .build/plugins/Swift-DocC/outputs/TSPL.doccarchive
17
18
.build/plugins/Swift-DocC/outputs/TSPL.doccarchive: Sources/TSPL/TSPL.docc/*/*.md
19
.build/plugins/Swift-DocC/outputs/TSPL.doccarchive: Sources/TSPL/TSPL.docc/Assets/*.png
20
- swift package generate-documentation --experimental-enable-custom-templates
+ swift package generate-documentation
0 commit comments