Skip to content

Commit e7029a6

Browse files
committed
Enable custom header/footer templates for DocC.
1 parent f780349 commit e7029a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
.IGNORE: preview
1111
.PHONY: preview
1212
preview:
13-
swift package --disable-sandbox preview-documentation
13+
swift package --disable-sandbox preview-documentation --experimental-enable-custom-templates
1414

1515
.PHONY: archive
1616
archive: .build/plugins/Swift-DocC/outputs/TSPL.doccarchive
1717

1818
.build/plugins/Swift-DocC/outputs/TSPL.doccarchive: Sources/TSPL/TSPL.docc/*/*.md
1919
.build/plugins/Swift-DocC/outputs/TSPL.doccarchive: Sources/TSPL/TSPL.docc/Assets/*.png
20-
swift package generate-documentation
20+
swift package generate-documentation --experimental-enable-custom-templates

0 commit comments

Comments
 (0)