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 f780349 commit e7029a6Copy full SHA for e7029a6
Makefile
@@ -10,11 +10,11 @@
10
.IGNORE: preview
11
.PHONY: preview
12
preview:
13
- swift package --disable-sandbox preview-documentation
+ swift package --disable-sandbox preview-documentation --experimental-enable-custom-templates
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
+ swift package generate-documentation --experimental-enable-custom-templates
0 commit comments