Skip to content

Commit 99a4fa6

Browse files
authored
Merge pull request #6296 from dotty-staging/add-dotty-lib-non-bootstrapped-docs
Produce documentation for the non-bootsrapped library
2 parents e591684 + efb43e0 commit 99a4fa6

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)