Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Jan 8, 2024
1 parent 8bd12d3 commit 43850eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 200 deletions.
198 changes: 0 additions & 198 deletions README.md

This file was deleted.

4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def module(modName: String)(folder: String, publishAs: Option[String] = None): P
Project(modName, file(folder))
.settings(
name := s"$prjName $modDocName",
mdocIn := file(s"$folder/docs"),
mdocOut := file(folder),
mdocIn := file("docs"),
mdocOut := file("."),
mdocScalacOptions := Seq("-Xsource:3"),
mdocVariables := Map(
"ORG" -> prjOrg,
Expand Down

0 comments on commit 43850eb

Please sign in to comment.