Skip to content

Commit e88cd6e

Browse files
committed
Revert "Enable custom header/footer templates for DocC."
This reverts commit e7029a6 to avoid a merge conflict with 'main', where the makefile was deleted.
1 parent d63ab02 commit e88cd6e

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 --experimental-enable-custom-templates
13+
swift package --disable-sandbox preview-documentation
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 --experimental-enable-custom-templates
20+
swift package generate-documentation

0 commit comments

Comments
 (0)