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 23, 2023
1 parent c074819 commit 7d105eb
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 7d105eb

Please sign in to comment.