Skip to content

Commit e5b932f

Browse files
committed
Exclude scodec and cats-effect from community-docs
1 parent 16ea9e7 commit e5b932f

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
@@ -370,15 +370,15 @@ object projects:
370370
project = "scodec-bits",
371371
sbtTestCommand = "coreJVM/test;coreJS/test",
372372
sbtPublishCommand = "coreJVM/publishLocal;coreJS/publishLocal",
373-
sbtDocCommand = "coreJVM/doc",
373+
// sbtDocCommand = "coreJVM/doc",
374374
dependencies = List(munit)
375375
)
376376

377377
lazy val scodec = SbtCommunityProject(
378378
project = "scodec",
379379
sbtTestCommand = "unitTests/test",
380380
// Adds <empty> package
381-
sbtDocCommand = "coreJVM/doc",
381+
// sbtDocCommand = "coreJVM/doc",
382382
dependencies = List(munit, scodecBits)
383383
)
384384

@@ -424,14 +424,14 @@ object projects:
424424
lazy val catsEffect2 = SbtCommunityProject(
425425
project = "cats-effect-2",
426426
sbtTestCommand = "test",
427-
sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc",
427+
// sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc",
428428
dependencies = List(cats, disciplineMunit)
429429
)
430430

431431
lazy val catsEffect3 = SbtCommunityProject(
432432
project = "cats-effect-3",
433433
sbtTestCommand = "test",
434-
sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc ;kernelJVM/doc",
434+
// sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc ;kernelJVM/doc",
435435
dependencies = List(cats, coop, disciplineSpecs2, scalacheck)
436436
)
437437

0 commit comments

Comments
 (0)