From 2c50bb3785abfe20df12200d1dbc7e1db3f3bd5b Mon Sep 17 00:00:00 2001 From: Nate Cook Date: Mon, 14 Jul 2025 12:16:56 -0500 Subject: [PATCH] Provide a link to gh-pages hosted docs Swift Package Index is currently building docs in the 6.1 build, which doesn't work for this packge. We can self-host until that changes. --- .spi.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.spi.yml b/.spi.yml index af44e55..95436b1 100644 --- a/.spi.yml +++ b/.spi.yml @@ -1,4 +1,3 @@ version: 1 -builder: - configs: - - documentation_targets: [BinaryParsing] +external_links: + documentation: "https://apple.github.io/swift-binary-parsing/documentation/binaryparsing/"