Skip to content

Commit e283919

Browse files
committed
Exclude scodec and cats-effect from community-docs
1 parent 980b06c commit e283919

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,15 +376,15 @@ object projects:
376376
project = "scodec-bits",
377377
sbtTestCommand = "coreJVM/test;coreJS/test",
378378
sbtPublishCommand = "coreJVM/publishLocal;coreJS/publishLocal",
379-
sbtDocCommand = "coreJVM/doc",
379+
// sbtDocCommand = "coreJVM/doc",
380380
dependencies = List(munit)
381381
)
382382

383383
lazy val scodec = SbtCommunityProject(
384384
project = "scodec",
385385
sbtTestCommand = "unitTests/test",
386386
// Adds <empty> package
387-
sbtDocCommand = "coreJVM/doc",
387+
// sbtDocCommand = "coreJVM/doc",
388388
dependencies = List(munit, scodecBits)
389389
)
390390

@@ -430,14 +430,14 @@ object projects:
430430
lazy val catsEffect2 = SbtCommunityProject(
431431
project = "cats-effect-2",
432432
sbtTestCommand = "test",
433-
sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc",
433+
// sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc",
434434
dependencies = List(cats, disciplineMunit)
435435
)
436436

437437
lazy val catsEffect3 = SbtCommunityProject(
438438
project = "cats-effect-3",
439439
sbtTestCommand = "test",
440-
sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc ;kernelJVM/doc",
440+
// sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc ;kernelJVM/doc",
441441
dependencies = List(cats, coop, disciplineSpecs2, scalacheck)
442442
)
443443

0 commit comments

Comments
 (0)