Skip to content

Commit efb43e0

Browse files
committed
Produce documentation for the non-bootsrapped library
1 parent 1578b88 commit efb43e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project/Build.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,10 @@ object Build {
330330

331331
val sources =
332332
unmanagedSources.in(Compile, compile).value ++
333-
unmanagedSources.in(`dotty-compiler`, Compile).value
333+
unmanagedSources.in(`dotty-compiler`, Compile).value ++
334+
// TODO use bootstrapped library
335+
// Blocked by #6295, also see https://github.com/lampepfl/dotty/pull/5499
336+
unmanagedSources.in(`dotty-library`, Compile).value
334337
val args = Seq(
335338
"-siteroot", "docs",
336339
"-project", "Dotty",

0 commit comments

Comments
 (0)