Skip to content

Commit 15948d3

Browse files
committed
offhcain: disable launchSearchablePursDocs
Check Plutonomicon/cardano-transaction-lib#1578
1 parent 839768f commit 15948d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nix/offchain.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,9 @@ in
677677
check = utils.combineChecks "combined-checks" checks;
678678

679679
apps = {
680-
docs = project.launchSearchablePursDocs { };
680+
# TODO uncomment if re-implemented upstream
681+
# https://github.com/Plutonomicon/cardano-transaction-lib/issues/1578
682+
# docs = project.launchSearchablePursDocs { };
681683
};
682684

683685
devShell = project.devShell;

0 commit comments

Comments
 (0)