Skip to content

Commit

Permalink
Disable warnings as fatal errors on docs/mdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grryum committed Nov 22, 2023
1 parent a6f8a9a commit 6d62571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ lazy val docs = project // new documentation project
.settings(
noPublishSettings,
macros,
tpolecatExcludeOptions ++= Set(ScalacOptions.fatalWarnings, ScalacOptions.warnError),
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(allModuleRefs: _*),
ScalaUnidoc / unidoc / target := (LocalRootProject / baseDirectory).value / "website" / "static" / "api",
cleanFiles += (ScalaUnidoc / unidoc / target).value,
Expand Down

0 comments on commit 6d62571

Please sign in to comment.